Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCrashStackFrame Struct Reference

#include <GenericPlatformCrashContext.h>

+ Collaboration diagram for FCrashStackFrame:

Public Member Functions

 FCrashStackFrame (FString ModuleNameIn, uint64 BaseAddressIn, uint64 OffsetIn)
 

Public Attributes

FString ModuleName
 
uint64 BaseAddress
 
uint64 Offset
 

Detailed Description

Portable stack frame

Definition at line 89 of file GenericPlatformCrashContext.h.

Constructor & Destructor Documentation

◆ FCrashStackFrame()

FCrashStackFrame::FCrashStackFrame ( FString ModuleNameIn,
uint64 BaseAddressIn,
uint64 OffsetIn )
inline

Definition at line 95 of file GenericPlatformCrashContext.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ BaseAddress

uint64 FCrashStackFrame::BaseAddress

Definition at line 92 of file GenericPlatformCrashContext.h.

◆ ModuleName

FString FCrashStackFrame::ModuleName

Definition at line 91 of file GenericPlatformCrashContext.h.

◆ Offset

uint64 FCrashStackFrame::Offset

Definition at line 93 of file GenericPlatformCrashContext.h.


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