SceneOutliner::EDefaultFilterBehaviour

Enum to specify how items that are not explicitly handled by this filter should be managed

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerFilters.h"

Syntax

namespace SceneOutliner
{
    enum EDefaultFilterBehaviour
    {
        Pass,
        Fail,
    }
}

Values

Name

Description

Pass

Fail

Remarks

Enum to specify how items that are not explicitly handled by this filter should be managed

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