Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGuid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Converts a string to a GUID. | Misc/Guid.h | ||
| Misc/Guid.h | |||
| Misc/Guid.h |
Parse(const TCHAR *, FGuid &)
Description
Converts a string to a GUID.
| Name | Parse |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Guid.cpp |
static bool Parse
(
const TCHAR * GuidString,
FGuid & OutGuid
)
true if the string was converted successfully, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| GuidString | The string to convert. |
| OutGuid | Will contain the parsed GUID. |
See Also
-
ParseExact
-
ToString
Parse(const FString &, FGuid &)
| Name | Parse |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Guid.cpp |
static bool Parse
(
const FString & GuidString,
FGuid & OutGuid
)
Parse(FStringView, FGuid &)
| Name | Parse |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Guid.cpp |
static bool Parse
(
FStringView GuidString,
FGuid & OutGuid
)