FScriptExceptionHandler::AssertionExceptionHandler

Handler for a script exception that emits an ensure (for warnings or errors)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h

Include

#include "Misc/CoreMisc.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp

Syntax

static void AssertionExceptionHandler
(
    ELogVerbosity::Type Verbosity,
    const TCHAR * ExceptionMessage,
    const TCHAR * StackMessage
)

Remarks

Handler for a script exception that emits an ensure (for warnings or errors)

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