FCurveEditorTree::FindFilterByType

Attempt to locate a filter by its type

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "Tree/CurveEditorTree.h"

Source

/Engine/Source/Editor/CurveEditor/Private/Tree/CurveEditorTree.cpp

Syntax

const FCurveEditorTreeFilter * FindFilterByType
(
    ECurveEditorTreeFilterType Type
) const

Remarks

Attempt to locate a filter by its type

Returns

A pointer to the filter, or nullptr if one could not be found

Parameters

Parameter

Description

Type

The type of the filter to find

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