Navigation
API > API/Runtime > API/Runtime/AutoRTFM
| |
|
| Name |
FCrashInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AutoRTFM/Public/AutoRTFM/Testing.h |
| Include Path |
#include "AutoRTFM/Testing.h" |
Syntax
struct FCrashInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Address |
void * |
The memory address that caused the crash. May be null. |
AutoRTFM/Testing.h |
|
| Kind |
const char * |
A description of the cause of the crash. |
AutoRTFM/Testing.h |
|
| ProgramCounter |
void * |
The program counter at the point of the crash. May be null. |
AutoRTFM/Testing.h |
|