FOutputDeviceHelper

Helper functions used by [FOutputDevice](API\Runtime\Core\Misc\FOutputDevice) derived classes

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/OutputDeviceHelper.h"

Syntax

struct FOutputDeviceHelper

Remarks

Helper functions used by FOutputDevice derived classes

Functions

Name Description

Public function Static

void

 

FormatCastAndSerializeLine

(
    FArchive& Output,
    const TCHAR* Message,
    ELogVerbosity::Type Verbosity,
    const FName& Category,
    const double Time,
    bool bSuppressEventTag,
    bool bAutoEmitLineTerminator
)

Formats, casts to ANSI char and serializes a message to archive.

Public function Static

FString

 

FormatLogLine

(
    ELogVerbosity::Type Verbosity,
    const FName& Category,
    const TCHAR* Message,
    ELogTimes::Type LogTime,
    const double Time
)

Formats a log line with date, time, category and verbosity prefix

Public function Static

const TCHAR ...

 

VerbosityToString

(
    ELogVerbosity::Type Verbosity
)

Converts verbosity to a string

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