FHoloLensErrorOutputDevice

Windows
MacOS
Linux

Inheritance Hierarchy

FOutputDevice

FOutputDeviceError

FHoloLensErrorOutputDevice

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/HoloLens/HoloLensErrorOutputDevice.h

Include

#include "HoloLens/HoloLensErrorOutputDevice.h"

Syntax

class FHoloLensErrorOutputDevice : public FOutputDeviceError

Constructors

Name Description

Public function

FHoloLensErrorOutputDevice()

Constructor, initializing member variables

Functions

Name Description

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