IFilter

A generic interface that represents a Filter of ItemType.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Misc/IFilter.h"

Syntax

template<typename TItemType>
class IFilter

Remarks

A generic interface that represents a Filter of ItemType.

Destructors

Name Description

Public function Virtual

~IFilter()

Functions

Name Description

Public function

FChangedEven...

 

OnChanged()

Public function Const

bool

 

PassesFilter

(
    TItemType InItem
)

Returns whether the specified Item passes the Filter's restrictions

Classes

Name

Description

Public class

FChangedEvent

Broadcasts anytime the restrictions of the Filter changes

Typedefs

Name

Description

ItemType

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