![]() |
Ark Server API (ASA) - Wiki
|
#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 |
Portable stack frame
Definition at line 89 of file GenericPlatformCrashContext.h.
|
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:| uint64 FCrashStackFrame::BaseAddress |
Definition at line 92 of file GenericPlatformCrashContext.h.
| FString FCrashStackFrame::ModuleName |
Definition at line 91 of file GenericPlatformCrashContext.h.
| uint64 FCrashStackFrame::Offset |
Definition at line 93 of file GenericPlatformCrashContext.h.