WriteGuidToProperty

Writes the supplied GUID to the supplied property handle as one undoable transaction.

Windows
MacOS
Linux

References

Module

DetailCustomizations

Header

/Engine/Source/Editor/DetailCustomizations/Public/GuidStructCustomization.h

Include

#include "GuidStructCustomization.h"

Source

/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.cpp

Syntax

void WriteGuidToProperty
(
    TSharedPtr< IPropertyHandle > GuidPropertyHandle,
    const FGuid & Guid
)

Remarks

Writes the supplied GUID to the supplied property handle as one undoable transaction.

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