Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericCrashContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CapturePortableCallStack
(
void* ErrorProgramCounter, |
Generate raw call stack for crash report (image base + offset) for the calling thread | GenericPlatform/GenericPlatformCrashContext.h | |
void CapturePortableCallStack
(
int32 NumStackFramesToIgnore, |
GenericPlatform/GenericPlatformCrashContext.h |
CapturePortableCallStack(void , void )
Description
Generate raw call stack for crash report (image base + offset) for the calling thread
| Name | CapturePortableCallStack |
| 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 |
void CapturePortableCallStack
(
void * ErrorProgramCounter,
void * Context
)
Parameters
| Name | Remarks |
|---|---|
| ErrorProgramCounter | The program counter of where the occur occurred in the callstack being captured |
| Context | Optional thread context information |
CapturePortableCallStack(int32, void *)
| Name | CapturePortableCallStack |
| 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 |
void CapturePortableCallStack
(
int32 NumStackFramesToIgnore,
void * Context
)