FOutputDeviceArchiveWrapper

Output device wrapping any kind of [FArchive](API\Runtime\Core\Serialization\FArchive).

Windows
MacOS
Linux

Inheritance Hierarchy

FOutputDevice

FOutputDeviceArchiveWrapper

References

Module

Core

Header

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

Include

#include "Misc/OutputDeviceArchiveWrapper.h"

Syntax

class FOutputDeviceArchiveWrapper : public FOutputDevice

Remarks

Output device wrapping any kind of FArchive.

Works in any build configuration.

Constructors

Name Description

Public function

FOutputDeviceArchiveWrapper

(
    FArchive* InArchive
)

Constructor, initializing member variables.

Functions

Name Description

Public function Virtual

void

 

Serialize

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

Overridden from FOutputDevice

Name Description

Public function Virtual

void

 

Flush()

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