Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Description
Exports the date and time value to a string.
| Name | ExportTextItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
| Include Path | #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
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| ValueStr | Will hold the string value. |
| DefaultValue | The default value. |
| Parent | Not used. |
| PortFlags | Not used. |
| ExportRootScope | Not used. |
See Also
- ImportTextItem