Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FRunnableThreadUnix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformRunnableThread.h |
| Include | #include "Unix/UnixPlatformRunnableThread.h" |
Syntax
static void * MainThreadSignalHandlerStack = nullptr;
Remarks
Separate stack for the signal handler (so possible stack overflows don't go unnoticed), for the main thread specifically.