FUnixCrashContext::InitFromEnsureHandler

Inits the crash context from ensure 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 InitFromEnsureHandler
(
    const TCHAR * EnsureMessage,
    const void * CrashAddress
)

Remarks

Inits the crash context from ensure handler

Parameters

Parameter

Description

EnsureMessage

Message about the ensure that failed

CrashAddress

address where "crash" happened

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