Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FGuid
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
Include | #include "Misc/Guid.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/Guid.cpp |
bool ImportTextItem
&40;
const TCHAR &42;& Buffer,
int32 PortFlags,
UObject &42; Parent,
FOutputDevice &42; ErrorText
&41;
Remarks
Imports the GUIDs 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. |