TFilterCollection::Add

Adds the specified Filter to the collection

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/FilterCollection.h"

Syntax

int32 Add
(
    const TSharedPtr< IFilter< ItemType > > & Filter
)

Remarks

Adds the specified Filter to the collection

Returns

The index in the collection at which the filter was added

Parameters

Parameter

Description

Filter

The filter object to add to the collection

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