Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FDateTime
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
Include | #include "Misc/DateTime.h" |
static FDateTime FromUnixTimestamp
&40;
int64 UnixTime
&41;
Remarks
Returns the date from Unix time (seconds from midnight 1970-01-01) Gregorian date and time.
Parameters
Name | Description |
---|---|
UnixTime | Unix time (seconds from midnight 1970-01-01) |