Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailTreeNode
Description
In certain circumstances a single DetailTreeNode can have multiple property nodes. This will get all of them.
| Name | GetAllPropertyNodes |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailTreeNode.h |
| Include Path | #include "DetailTreeNode.h" |
virtual void GetAllPropertyNodes
(
TArray < TSharedRef < FPropertyNode > > & OutNodes
) const