Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimespan
Description
Import a time span value from a text buffer.
| Name | ImportTextItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp |
bool ImportTextItem
(
const TCHAR *& Buffer,
int32 PortFlags,
UObject * Parent,
FOutputDevice * ErrorText
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Buffer | The text buffer to import from. |
| PortFlags | Not used. |
| Parent | Not used. |
| ErrorText | The output device for error logging. |