FDateTime::ToUnixTimestamp

Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

int64 ToUnixTimestamp() const

Remarks

Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).

Returns

Time of day.

See Also

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