FOutputDeviceDebug

Windows
MacOS
Linux

Inheritance Hierarchy

FOutputDevice

FOutputDeviceDebug

References

Module

Core

Header

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

Include

#include "Misc/OutputDeviceDebug.h"

Syntax

class FOutputDeviceDebug : public FOutputDevice

Functions

Name Description

Public function Virtual

void

 

Serialize

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

Public function Virtual

void

 

Serialize

(
    const TCHAR* Data,
    ELogVerbosity::Type Verbosity,
    const FName& Category,
    const double Time
)

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

Overridden from FOutputDevice

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