TFilterCollection::GetFilterAtIndex

Gets the filter at the specified index

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h

Include

#include "Misc/FilterCollection.h"

Syntax

TSharedPtr< IFilter< ItemType > > GetFilterAtIndex
(
    int32 Index
)

Remarks

Gets the filter at the specified index

Returns

Filter at the specified index

Parameters

Parameter

Description

Index

The index of the requested filter in the ChildFilters array.

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