FConsoleOutputDevice

An output device that forwards output to both the log and the console.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Syntax

class FConsoleOutputDevice : public FStringOutputDevice

Remarks

An output device that forwards output to both the log and the console.

Constructors

Name Description

Public function

FConsoleOutputDevice

(
    UConsole* InConsole
)

Minimal initialization constructor.

Overridden from FStringOutputDevice

Name Description

Public function Virtual

void

 

Serialize

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

Typedefs

Name

Description

Super

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