SSceneOutliner::GetFilterAtIndex

Retrieve the filter at the specified index

Windows
MacOS
Linux

Override Hierarchy

ISceneOutliner::GetFilterAtIndex()

SSceneOutliner::GetFilterAtIndex()

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Source

/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp

Syntax

virtual TSharedPtr< SceneOutliner::FOutlinerFilter > GetFilterAtIndex
(
    int32 Index
)

Remarks

Retrieve the filter at the specified index

Returns

A valid poiter to a filter if the index was valid

Parameters

Parameter

Description

Index

The index of the filter to retrive

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