![]() |
Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"#include "HAL/PlatformMemory.h"#include "GenericPlatform/GenericPlatformMisc.h"
Include dependency graph for WindowsPlatformMisc.h:Go to the source code of this file.
Classes | |
| struct | FWindowsOSVersionHelper |
| struct | FWindowsPlatformMisc |
Macros | |
| #define | UE_DEBUG_BREAK_IMPL() PLATFORM_BREAK() |
Enumerations | |
| enum class | ECOMModel : uint8 { Singlethreaded = 0 , Multithreaded } |
| #define UE_DEBUG_BREAK_IMPL | ( | ) | PLATFORM_BREAK() |
Definition at line 9 of file WindowsPlatformMisc.h.
Determines the concurrency model to be set for a thread.
| Enumerator | |
|---|---|
| Singlethreaded | Single-Threaded Apartment (STA) |
| Multithreaded | Multi-Threaded Apartment (MTA) |
Definition at line 35 of file WindowsPlatformMisc.h.