IDisplayClusterConfiguratorViewTree::Filter

Filters the specified list of items based on the filter arguments, and outputs the filtered list.

Windows
MacOS
Linux

References

Module

DisplayClusterConfigurator

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Interfaces/Views/TreeViews/IDisplayClusterConfiguratorViewTree.h

Include

#include "Interfaces/Views/TreeViews/IDisplayClusterConfiguratorViewTree.h"

Syntax

void Filter
(
    const FDisplayClusterConfiguratorTreeFilterArgs & InArgs,
    const TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem >> & InItems,
    TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem >> & OutFilteredItems
)

Remarks

Filters the specified list of items based on the filter arguments, and outputs the filtered list.

Parameters

Parameter

Description

InArgs

The filtering arguments

InItems

The list of items to filter

OutFilteredItems

The output list of items that matched the filter

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