Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericCrashContext
Description
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.
| Name | OnThreadStuck |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformCrashContext.cpp |
static void OnThreadStuck
(
uint32 ThreadId
)