Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixCrashContext
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h |
| Include | #include "Unix/UnixPlatformCrashContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformCrashContext.cpp |
void InitFromDiagnostics
(
const void * InAddress
)
Remarks
Inits the crash context from some diagnostic handler (ensure, stall, etc...)
Parameters
| Name | Description |
|---|---|
| InAddress | address where the event happened, for optional callstack trimming |