Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UClass
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
bool HasAllClassFlags
&40;
EClassFlags FlagsToCheck
&41; const
Remarks
Used to safely check whether all of the passed in flags are set. true if all of the passed in flags are set (including no flags passed in), false otherwise
Parameters
Name | Description |
---|---|
FlagsToCheck | Class flags to check for |