FUnixCrashContext::InitFromSignal

Inits the crash context from data provided by a signal handler.

Windows
MacOS
Linux

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

Syntax

void InitFromSignal
(
    int32 InSignal,
    siginfo_t * InInfo,
    void * InContext
)

Remarks

Inits the crash context from data provided by a signal handler.

Parameters

Parameter

Description

InSignal

number (SIGSEGV, etc)

InInfo

additional info (e.g. address we tried to read, etc)

InContext

thread context

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss