Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
Description
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.
| Name | CreateDefaultPropertyCopyPasteActions |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include Path | #include "PropertyHandle.h" |
void CreateDefaultPropertyCopyPasteActions
(
FUIAction & OutCopyAction,
FUIAction & OutPasteAction
) const