Module |
|
Header |
/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h |
Include |
#include "LevelEditor.h" |
Source |
/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp |
void AddCustomFilterToOutliner
(
FLevelEditorOutlinerSettings::FOutlinerFilterFactory InCreateCustomFilter
)
Add a custom filter to the outliner filter bar. These are all AND'd together This function takes in a delegate that will be called to create an instance of the custom filter for each Outliner that the level editor creates.
FGenericFilter on how to create generic filters