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 |
static bool Parse
(
const FString & GuidString,
FGuid & OutGuid
)
Remarks
Converts a string to a GUID. true if the string was converted successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| GuidString | The string to convert. |
| OutGuid | Will contain the parsed GUID. |