FUnixErrorOutputDevice

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixErrorOutputDevice.h

Include

#include "Unix/UnixErrorOutputDevice.h"

Syntax

class FUnixErrorOutputDevice : public FOutputDeviceError

Constructors

Name Description

Public function

FUnixErrorOutputDevice()

Constructor, initializing member variables

Functions

Name Description

Protected function Virtual

void

 

HandleErrorRestoreUI()

Callback to allow FUnixApplicationErrorOutputDevice to restore the UI.

Public function Virtual

void

 

Serialize

(
    const TCHAR* Msg,
    ELogVerbosity::Type Verbosity,
    const FName& Category
)

Serializes the passed in data unless the current event is suppressed.

Overridden from FOutputDeviceError

Name Description

Public function Virtual

void

 

HandleError()

Error handling function that is being called from within the system wide global error handler, e.g. using structured exception handling on the PC.

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