FDateTime::FDateTime

Creates and initializes a new instance with the specified number of ticks.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

FDateTime
(
    int64 InTicks
)

Remarks

Creates and initializes a new instance with the specified number of ticks.

Parameters

Parameter

Description

InTicks

The ticks representing the date and time.

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