FCurveEditorTree::FindFilterByType

Attempt to locate a filter by its type

Unreal Engine C++ API Reference > Editor > CurveEditor > Tree > FCurveEditorTree

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
const [FCurveEditorTreeFilter](API\Editor\CurveEditor\Tree\FCurveEditorTreeFilter) * FindFilterByType
(
    ECurveEditorTreeFilterType Type
) const

Remarks

Attempt to locate a filter by its type A pointer to the filter, or nullptr if one could not be found

Parameters

Name Description
Type The type of the filter to find

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library