FAssetData::HasAnyPackageFlags

Used to check whether the any 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 HasAnyPackageFlags
(
    uint32 FlagsToCheck
) const

Remarks

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

Returns

true if any of the passed in flag are set, 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