Show current display server in Editor window tooltip

(cherry picked from commit 62968dd4376bb0a3c0aa09316174e0e00a9ea31b)
This commit is contained in:
Ari Vuollet
2025-02-02 18:34:47 +02:00
parent 096651f4c1
commit 0a4cb9e9b1
5 changed files with 30 additions and 1 deletions
@@ -369,6 +369,11 @@ public:
/// </summary>
API_PROPERTY() static PlatformType GetPlatformType();
/// <summary>
/// Returns the display server name on Linux.
/// </summary>
API_PROPERTY() static String GetDisplayServer() = delete;
/// <summary>
/// Returns true if is running 64 bit application (otherwise 32 bit). It's compile-time constant.
/// </summary>