UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FLogTime Class Reference

#include <StructuredLog.h>

Public Member Functions

constexpr FLogTime ()=default
 
UE_API FDateTime GetUtcTime () const
 

Static Public Member Functions

static UE_API FLogTime Now ()
 
static UE_API FLogTime FromUtcTime (const FDateTime &UtcTime)
 

Detailed Description

Time that a log event occurred.

Constructor & Destructor Documentation

◆ FLogTime()

constexpr UE::FLogTime::FLogTime ( )
constexprdefault

Member Function Documentation

◆ FromUtcTime()

FLogTime UE::FLogTime::FromUtcTime ( const FDateTime UtcTime)
static

◆ GetUtcTime()

FDateTime UE::FLogTime::GetUtcTime ( ) const

Returns the UTC time. 0 ticks when the time was not set.

◆ Now()

FLogTime UE::FLogTime::Now ( )
static

The documentation for this class was generated from the following files: