FCurveEditorFilterStates

Sparse map of filter states specifying items that have matched a filter

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTree.h

Include

#include "Tree/CurveEditorTree.h"

Syntax

struct FCurveEditorFilterStates

Remarks

Sparse map of filter states specifying items that have matched a filter

Functions

Name Description

Public function

void

 

Activate()

Activate the filters so that they begin to take effect

Public function

void

 

Deactivate()

Deactivate the filters so that they no longer take effect

Public function Const

ECurveEditor...

 

Get

(
    FCurveEditorTreeItemID ItemID
)

Retrieve the filter state for a specific tree item ID

Public function Const

int32

 

GetNumMatched()

Public function Const

int32

 

GetNumMatchedImplicitly()

Public function Const

bool

 

IsActive()

Check whether filters are active or not

Public function

void

 

Reset()

Reset all the filter states currently being tracked (does not affect IsActive

Public function

void

 

SetFilterState

(
    FCurveEditorTreeItemID ItemID,
    ECurveEditorTreeFilterState NewStat...
)

Assign a new filter state to an item

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