Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include | #include "GenericPlatform/GenericPlatformCrashContext.h" |
Syntax
struct FCrashStackFrame
Remarks
Portable stack frame
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | BaseAddress | ||
| FString | ModuleName | ||
| uint64 | Offset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCrashStackFrame
(
FString ModuleNameIn, |