FGuid::ExportTextItem

Exports the GUIDs value to a string.

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

bool ExportTextItem
(
    FString & ValueStr,
    FGuid const & DefaultValue,
    UObject * Parent,
    int32 PortFlags,
    class UObject * ExportRootScope
) const

Remarks

Exports the GUIDs value to a string.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

ValueStr

Will hold the string value.

DefaultValue

The default value.

Parent

Not used.

PortFlags

Not used.

ExportRootScope

Not used.

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