TreeFilterHandler::SetRootItems

Sets the root data arrays for the tree.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h

Include

#include "Framework/Views/TreeFilterHandler.h"

Syntax

void SetRootItems
(
    TArray< ItemType > * InRootItems,
    TArray< ItemType > * InTreeRootItems
)

Remarks

Sets the root data arrays for the tree.

Parameters

Parameter

Description

RootItems

An array of source root items to be displayed by the tree.

TreeRootItems

The array of root items which are set as the ItemsSource of the tree. This array will be modified to reflect any filtering.

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