Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericCrashContext
Description
Allow platform implementations to provide a callstack property. Primarily used when non-native code triggers a crash.
| Name | GetCallstackProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformCrashContext.cpp |
virtual const TCHAR * GetCallstackProperty() const