IDetailTreeNode::CreatePropertyHandle

Creates a handle to the property on this row if the row represents a property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailTreeNode.h"

Syntax

TSharedPtr< IPropertyHandle > CreatePropertyHandle() const

Remarks

Creates a handle to the property on this row if the row represents a property. Only compatible with item node types that are properties

Returns

The property handle for the row or null if the node doesn't have a property

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