Navigation
Unreal Engine C++ API Reference > Runtime > Core > Unix > FUnixCrashContext
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h |
Include | #include "Unix/UnixPlatformCrashContext.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformCrashContext.cpp |
void CaptureThreadStackTrace
&40;
uint32_t ThreadId
&41;
Remarks
Populates crash context stack trace and a few related fields for another thread
Parameters
Name | Description |
---|---|
ThreadId | The thread to capture the stack trace from |