![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Linux/LinuxPlatformApplicationMisc.h"#include "Null/NullPlatformApplicationMisc.h"#include "Misc/CommandLine.h"#include "Misc/App.h"#include "HAL/ThreadHeartBeat.h"#include "Modules/ModuleManager.h"#include "Linux/LinuxConsoleOutputDevice.h"#include "Unix/UnixApplicationErrorOutputDevice.h"#include "Unix/UnixFeedbackContext.h"#include "Linux/LinuxApplication.h"#include <SDL3/SDL.h>#include <SDL3/SDL_vulkan.h>Namespaces | |
| namespace | LinuxPlatformApplicationMisc |
Functions | |
| EAppReturnType::Type | MessageBoxExtImpl (EAppMsgType::Type MsgType, const TCHAR *Text, const TCHAR *Caption) |
| void | UngrabAllInputImpl () |
| DEFINE_LOG_CATEGORY_STATIC (LogSDL3, Log, All) | |
| float | LinuxPlatformApplicationMisc::QuantizeScale (float Scale) |
| EAppReturnType::Type MessageBoxExtImpl | ( | EAppMsgType::Type | MsgType, |
| const TCHAR * | Text, | ||
| const TCHAR * | Caption | ||
| ) |
| void UngrabAllInputImpl | ( | ) |
| THIRD_PARTY_INCLUDES_START THIRD_PARTY_INCLUDES_END bool GInitializedSDL = false |
|
extern |