UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TreeView.h File Reference
#include "ListView.h"
#include "Widgets/Views/STreeView.h"
#include "TreeView.generated.h"

Go to the source code of this file.

Classes

class  UTreeView
 

Functions

 DECLARE_DYNAMIC_DELEGATE_TwoParams (FOnGetItemChildrenDynamic, UObject *, Item, TArray< UObject * > &, Children)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FOnItemExpansionChangedDynamic, UObject *, Item, bool, bIsExpanded)
 

Function Documentation

◆ DECLARE_DYNAMIC_DELEGATE_TwoParams()

DECLARE_DYNAMIC_DELEGATE_TwoParams ( FOnGetItemChildrenDynamic  ,
UObject ,
Item  ,
TArray< UObject * > &  ,
Children   
)

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams ( FOnItemExpansionChangedDynamic  ,
UObject ,
Item  ,
bool  ,
bIsExpanded   
)