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 ImportTextItem
&40;
const TCHAR &42;& Buffer,
int32 PortFlags,
UObject &42; Parent,
FOutputDevice &42; ErrorText
&41;
Remarks
Imports a date and time value from a text buffer. true on success, false otherwise.
Parameters
Name | Description |
---|---|
Buffer | The text buffer to import from. |
PortFlags | Not used. |
Parent | Not used. |
ErrorText | The output device for error logging. |