Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
WindowsPlatformMisc.h File Reference
+ 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 }
 

Macro Definition Documentation

◆ UE_DEBUG_BREAK_IMPL

#define UE_DEBUG_BREAK_IMPL ( )    PLATFORM_BREAK()

Definition at line 9 of file WindowsPlatformMisc.h.

Enumeration Type Documentation

◆ ECOMModel

Determines the concurrency model to be set for a thread.

See also
FWindowsPlatformMisc::CoInitialize
Enumerator
Singlethreaded 

Single-Threaded Apartment (STA)

Multithreaded 

Multi-Threaded Apartment (MTA)

Definition at line 35 of file WindowsPlatformMisc.h.