Navigation
Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorOutlinerSettings
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddCustomFilter
(
TSharedRef< FFilterBase< const ISceneOutlinerTreeItem& >> InCustomFilter |
Use the AddCustomFilter override that takes in a factory instead so each Outliner can have a unique instance of the filter |
![]() |
void | AddCustomFilter
(
FOutlinerFilterFactory InCreateCustomFilter |
Add a custom filter to the outliner filter bar. |