TFilterCollection::Remove

Removes as many instances of the specified Filter as there are in the collection

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/FilterCollection.h"

Syntax

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

Remarks

Removes as many instances of the specified Filter as there are in the collection

Returns

The number of Filters removed from the collection

Parameters

Parameter

Description

Filter

The filter object to remove from 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