Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericCrashContext
Description
Sets the process id to that has crashed. On supported platforms this will analyze the given process rather than current. Default is current process.
| Name | SetCrashedProcess |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h |
| Include Path | #include "GenericPlatform/GenericPlatformCrashContext.h" |
void SetCrashedProcess
(
const FProcHandle & Process
)