UObjectBaseUtility::GetMaskedFlags

Returns object flags that are both in the mask and set on the object.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBaseUtility.h"

Syntax

EObjectFlags GetMaskedFlags
(
    EObjectFlags Mask
) const

Remarks

Returns object flags that are both in the mask and set on the object.

Parameters

Parameter

Description

Mask

Mask to mask object flags with

Objects

flags that are set in both the object and the mask

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