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
(
const TCHAR *& Buffer,
int32 PortFlags,
UObject * Parent,
FOutputDevice * ErrorText
)
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. |