ELogTimes::Type

Enum that defines how the log times are to be displayed.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/OutputDevice.h"

Syntax

namespace ELogTimes
{
    enum Type
    {
        None,
        UTC,
        SinceGStartTime,
        Local,
        Timecode,
    }
}

Values

Name

Description

None

Do not display log timestamps.

UTC

Display log timestamps in UTC.

SinceGStartTime

Display log timestamps in seconds elapsed since GStartTime.

Local

Display log timestamps in local time.

Timecode

Display log timestamps in timecode format.

Remarks

Enum that defines how the log times are to be displayed.

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