Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailTreeNode
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailTreeNode.h |
| Include | #include "DetailTreeNode.h" |
void SetParentNode
(
TWeakPtr< FDetailTreeNode > InParentNode
)
Remarks
Sets the parent node. The parent node's GetChildren() call should include this node.
Parameters
| Name | Description |
|---|---|
| The | new parent for this node |