Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h |
Include | #include "Unix/UnixPlatformCrashContext.h" |
Syntax
struct ThreadStackUserData
Remarks
Passed in through sigqueue for gathering of a callstack from a signal
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
union ThreadStackUserData::@915 | @916 | |
![]() |
uint64 * | BackTrace | |
![]() |
int32 | BackTraceCount | |
![]() |
bool | bCaptureCallStack | If we want a backtrace or a callstack Backtrace is just a list of program counters and callstack is a symbolicated backtrace |
![]() |
TAtomic< bool > | bDone | |
![]() |
ANSICHAR * | CallStack | |
![]() |
SIZE_T | CallStackSize |