UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ThreadStackUserData Struct Reference

#include <UnixPlatformCrashContext.h>

Public Attributes

bool bCaptureCallStack
 
union { 
 
   ANSICHAR *   CallStack 
 
   uint64 *   BackTrace 
 
};  
 
int32 BackTraceCount
 
SIZE_T CallStackSize
 
TAtomic< boolbDone
 

Detailed Description

Passed in through sigqueue for gathering of a callstack from a signal

Member Data Documentation

◆ [union]

union { ... } ThreadStackUserData

◆ BackTrace

uint64* ThreadStackUserData::BackTrace

◆ BackTraceCount

int32 ThreadStackUserData::BackTraceCount

◆ bCaptureCallStack

bool ThreadStackUserData::bCaptureCallStack

◆ bDone

TAtomic<bool> ThreadStackUserData::bDone

◆ CallStack

ANSICHAR* ThreadStackUserData::CallStack

◆ CallStackSize

SIZE_T ThreadStackUserData::CallStackSize

The documentation for this struct was generated from the following file: