Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- IDetailTreeNode
- FDetailTreeNode
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include | #include "IDetailTreeNode.h" |
Syntax
class IDetailTreeNode
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeWidgets | Creates the slate widgets for this row. | ||
| TSharedPtr< IPropertyHandle > | Creates a handle to the property on this row if the row represents a property. | ||
| void | GetChildren
(
TArray< TSharedRef< IDetailTreeNode > >& OutChildren, |
Gets the children of this tree node | |
| void | GetFilterStrings
(
TArray< FString >& OutFilterStrings |
Gets the filter strings for this node in the tree. | |
| bool | Gets if this node should be initially collapsed by default. | ||
| IDetailsView * | |||
| FName | GetNodeName () |
Gets an identifier name for this node. | |
| EDetailNodeType | GetNodeType () |
||
| TSharedPtr< class IDetailPropertyRow > | GetRow () |
Get the property row that this node is represented by. |