IUnloadedBlueprintData::HasAllClassFlags

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

Windows
MacOS
Linux

References

Module

ClassViewer

Header

/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h

Include

#include "ClassViewerFilter.h"

Syntax

bool HasAllClassFlags
(
    uint32 InFlagsToCheck
) 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

InFlagsToCheck

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