UObjectBaseUtility::RootPackageHasAnyFlags

Checks whether this object's top-most package has any of the specified flags

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBaseUtility.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp

Syntax

bool RootPackageHasAnyFlags
(
    uint32 CheckFlagMask
) const

Remarks

Checks whether this object's top-most package has any of the specified flags

Returns

true if the PackageFlags member of this object's top-package has any bits from the mask set.

Parameters

Parameter

Description

CheckFlagMask

a bitmask of EPackageFlags values 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