EClassFlagMatchType

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h

Include

#include "UObject/ClassTree.h"

Syntax

enum EClassFlagMatchType
{
    MATCH_Any,
    MATCH_All,
}

Values

Name

Description

MATCH_Any

Matches if the flags contain any of the mask flags specified

MATCH_All

Matches only if the flags contain all of the mask flags specified

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