Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/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
(
FArchive & Ar
)
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. |