FScriptExceptionHandler::LoggingExceptionHandler

Handler for a script exception that emits a log message

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 LoggingExceptionHandler
(
    ELogVerbosity::Type Verbosity,
    const TCHAR * ExceptionMessage,
    const TCHAR * StackMessage
)

Remarks

Handler for a script exception that emits a log message

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