FGuid::Parse

Converts a string to a GUID.

Windows
MacOS
Linux

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

Syntax

static bool Parse
(
    const FString & GuidString,
    FGuid & OutGuid
)

Remarks

Converts a string to a GUID.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

GuidString

The string to convert.

OutGuid

Will contain the parsed GUID.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss