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 ExportTextItem
(
FString & ValueStr,
FDateTime const & DefaultValue,
UObject * Parent,
int32 PortFlags,
UObject * ExportRootScope
) const
Remarks
Exports the date and time value to a string. true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| ValueStr | Will hold the string value. |
| DefaultValue | The default value. |
| Parent | Not used. |
| PortFlags | Not used. |
| ExportRootScope | Not used. |