IPropertyHandle::CreateDefaultPropertyCopyPasteActions

Creates the default copy and paste actions for a single property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

void CreateDefaultPropertyCopyPasteActions
(
    FUIAction & OutCopyAction,
    FUIAction & OutPasteAction
) const

Remarks

Creates the default copy and paste actions for a single property. This is useful when creating customizations which use custom node builders since they can't implement copy/paste by default because the contents of the rows is not known, but frequently you're using the handles on each row to generate this UI.

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