Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include |
#include "Misc/Timespan.h" |
Source |
/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp |
bool ImportTextItem
(
const TCHAR *& Buffer,
int32 PortFlags,
UObject * Parent,
FOutputDevice * ErrorText
)
Import a time span value from a text buffer.
true on success, false otherwise.
Parameter |
Description |
---|---|
Buffer |
The text buffer to import from. |
PortFlags |
Not used. |
Parent |
Not used. |
ErrorText |
The output device for error logging. |