Navigation
API > API/Runtime > API/Runtime/Core
Time that a log event occurred.
| Name | FLogTime |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
Syntax
class FLogTime
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FLogTime() |
Logging/StructuredLog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UtcTicks | int64 | Ticks from FDateTime::UtcNow() | Logging/StructuredLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDateTime GetUtcTime() |
Returns the UTC time. 0 ticks when the time was not set. | Logging/StructuredLog.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Logging/StructuredLog.h | |||
static FLogTime Now() |
Logging/StructuredLog.h |