FAssetData::HasAllPackageFlags

Used to check whether all of the passed flags are set in the cached asset package flags.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h

Include

#include "AssetRegistry/AssetData.h"

Syntax

bool HasAllPackageFlags
(
    uint32 FlagsToCheck
) const

Remarks

Used to check whether all of the passed flags are set in the cached asset package flags.

Returns

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

Parameters

Parameter

Description

FlagsToCheck

Package flags to check for

See Also

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