FLevelEditorModule::AddCustomFilterToOutliner

Add a custom filter to the outliner filter bar.

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h

Include

#include "LevelEditor.h"

Source

/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp

Syntax

void AddCustomFilterToOutliner
(
    FLevelEditorOutlinerSettings::FOutlinerFilterFactory InCreateCustomFilter
)

Remarks

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.

See Also

FGenericFilter on how to create generic filters

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