ISceneOutliner::AddFilter

Add a filter to the scene outliner

Windows
MacOS
Linux

Override Hierarchy

ISceneOutliner::AddFilter()

SSceneOutliner::AddFilter()

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h

Include

#include "ISceneOutliner.h"

Syntax

int32 AddFilter
(
    const TSharedRef< SceneOutliner::FOutlinerFilter > & Filter
)

Remarks

Add a filter to the scene outliner

Returns

The index of the filter.

Parameters

Parameter

Description

Filter

The filter to apply to the scene outliner

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