ThreadStackUserData

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

Windows
MacOS
Linux

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

Name Description

Public variable

union ThreadSta...

 

@531

Public variable

uint64 *

 

BackTrace

Public variable

int32

 

BackTraceCount

Public variable

bool

 

bCaptureCallStack

If we want a backtrace or a callstack Backtrace is just a list of program counters and callstack is a symbolicated backtrace

Public variable

TAtomic< bool >

 

bDone

Public variable

ANSICHAR *

 

CallStack

Public variable

SIZE_T

 

CallStackSize

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss