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

#include <AndroidPlatformStackWalk.h>

Public Attributes

std::atomic< int32Flag
 
int32 Depth
 
uint64 BackTrace [StackTraceMaxDepth]
 
uint32 ThreadID
 
char ThreadName [MaxThreadName]
 

Static Public Attributes

static constexpr int StackTraceMaxDepth = 100
 
static constexpr int MaxThreadName = 20
 

Member Data Documentation

◆ BackTrace

uint64 FAsyncThreadBackTrace::BackTrace[StackTraceMaxDepth]

◆ Depth

int32 FAsyncThreadBackTrace::Depth

◆ Flag

std::atomic<int32> FAsyncThreadBackTrace::Flag

◆ MaxThreadName

constexpr int FAsyncThreadBackTrace::MaxThreadName = 20
staticconstexpr

◆ StackTraceMaxDepth

constexpr int FAsyncThreadBackTrace::StackTraceMaxDepth = 100
staticconstexpr

◆ ThreadID

uint32 FAsyncThreadBackTrace::ThreadID

◆ ThreadName

char FAsyncThreadBackTrace::ThreadName[MaxThreadName]

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