EFilteredState

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Syntax

enum EFilteredState
{
    FilteredOut       = 0x00,
    MatchesFilter     = (1 << 0),
    ChildMatches      = (1 << 1),
    FilteredInMask    = (MatchesFilter | ChildMatches),
    Unknown           = 0xFC,
}

Values

Name

Description

FilteredOut

MatchesFilter

ChildMatches

FilteredInMask

Unknown

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