Ark Server API (ASA) - Wiki
|
#include <GenericPlatformCrashContext.h>
Public Attributes | |
FString | ThreadName |
uint32 | ThreadId |
TArray< FCrashStackFrame > | StackFrames |
Portable thread stack frame
Definition at line 104 of file GenericPlatformCrashContext.h.
TArray<FCrashStackFrame> FThreadStackFrames::StackFrames |
Definition at line 107 of file GenericPlatformCrashContext.h.
uint32 FThreadStackFrames::ThreadId |
Definition at line 106 of file GenericPlatformCrashContext.h.
FString FThreadStackFrames::ThreadName |
Definition at line 105 of file GenericPlatformCrashContext.h.