FGuid::ImportTextItem

Imports the GUIDs value from a text buffer.

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 ImportTextItem
(
    const TCHAR *& Buffer,
    int32 PortFlags,
    UObject * Parent,
    FOutputDevice * ErrorText
)

Remarks

Imports the GUIDs value from a text buffer.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Buffer

The text buffer to import from.

PortFlags

Not used.

Parent

Not used.

ErrorText

The output device for error logging.

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