Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp |
bool ExportTextItem
&40;
FString & ValueStr,
FTimespan const & DefaultValue,
UObject &42; Parent,
int32 PortFlags,
UObject &42; ExportRootScope
&41; const
Remarks
Export this time span 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. |