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" |
Source | /Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp |
bool Serialize
&40;
FArchive & Ar
&41;
Remarks
Serializes this date and time from or into the specified archive. true on success, false otherwise.
Parameters
Name | Description |
---|---|
Ar | The archive to serialize from or into. |