UClass::HasAllClassFlags

Used to safely check whether all of the passed in flags are set.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

bool HasAllClassFlags
(
    EClassFlags FlagsToCheck
) const

Remarks

Used to safely check whether all of the passed in flags are set.

Returns

true if all of the passed in flags are set (including no flags passed in), false otherwise

Parameters

Parameter

Description

FlagsToCheck

Class flags to check for

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