IPropertyRowGenerator::FindTreeNodes

Finds tree nodes by property handles.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IPropertyRowGenerator.h"

Syntax

TArray< TSharedPtr< IDetailTreeNode > > FindTreeNodes
(
    TArray< TSharedPtr< IPropertyHandle >> PropertyHandles
) const

Remarks

Finds tree nodes by property handles.

Returns

The found tree nodes (in the same order, a pointer will be null if the node cannot be found)

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