FLevelEditorOutlinerSettings::AddCustomFilter

Add a custom filter to the outliner filter bar.

Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorOutlinerSettings > AddCustomFilter

References

   
Module LevelEditor
Header /Engine/Source/Editor/LevelEditor/Public/LevelEditorOutlinerSettings.h
Include #include "LevelEditorOutlinerSettings.h"
Source /Engine/Source/Editor/LevelEditor/Private/LevelEditorOutlinerSettings.cpp
void AddCustomFilter
(
    [FOutlinerFilterFactory](API\Editor\LevelEditor\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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library