Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/FGenericCrashContext
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include | #include "GenericPlatform/GenericPlatformCrashContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformCrashContext.cpp |
static void OnThreadStuck
(
uint32 ThreadId
)
Remarks
Sets a flag that one of the threads is stuck. This is meant to be bound to the ThreadHeartBeat::OnThreadStuck delegate. Not all platforms register to save this flag.