Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > Tree > FCurveEditorTreeTextFilter
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTreeFilter.h |
Include | #include "Tree/CurveEditorTreeFilter.h" |
[TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FCurveEditorTreeTextFilterTerm](API\Editor\CurveEditor\Tree\FCurveEditorTreeTextFilterTerm) > GetTerms() const
Remarks
Access all the filter terms contained within this filter. Each term comprises an array of text tokens that must match from child to parent. Valid to call if IsEmpty() == true, but the resulting array view will be empty.