IDetailTreeNode

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailTreeNode.h"

Syntax

class IDetailTreeNode

Destructors

Name Description

Public function Virtual

~IDetailTreeNode()

Functions

Name Description

Public function Const

FNodeWidgets

 

CreateNodeWidgets()

Creates the slate widgets for this row.

Public function Const

TSharedPtr< ...

 

CreatePropertyHandle()

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

Public function

void

 

GetChildren

Gets the children of this tree node Note: Customizations can determine the visibility of children.

Public function Const

void

 

GetFilterStrings

(
    TArray< FString >& OutFilterString...
)

Gets the filter strings for this node in the tree.

Public function Const

FName

 

GetNodeName()

Gets an identifier name for this node.

Public function Const

EDetailNodeT...

 

GetNodeType()

Public function Const

TSharedPtr< ...

 

GetRow()

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