FGuid::ParseExact

Converts a string with the specified format 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 ParseExact
(
    const FString & GuidString,
    EGuidFormats Format,
    FGuid & OutGuid
)

Remarks

Converts a string with the specified format to a GUID.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

GuidString

The string to convert.

Format

The string format to parse.

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