FBufferedOutputDevice

Buffered output device.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Misc/BufferedOutputDevice.h"

Syntax

class FBufferedOutputDevice : public FOutputDevice

Remarks

Buffered output device.

Variables

Constructors

Name Description

Public function

FBufferedOutputDevice()

Functions

Name Description

Public function

void

 

GetContents

(
    TArray< FBufferedLine >& DestBuffe...
)

Public function

void

 

RedirectTo

(
    FOutputDevice& Ar
)

Pushes buffered lines into the specified output device.

Public function

void

 

Serialize

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

Public function

void

 

SetVerbosity

(
    ELogVerbosity::Type Verbosity
)

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