Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
Include | #include "Misc/OutputDevice.h" |
Syntax
namespace ELogTimes
{
enum Type
&123;
None,
UTC,
SinceGStartTime,
Local,
Timecode,
&125;
}
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.