Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FAssetData
Description
Used to check whether all of the passed flags are set in the cached asset package flags.
| Name | HasAllPackageFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h |
| Include Path | #include "AssetRegistry/AssetData.h" |
bool HasAllPackageFlags
(
uint32 FlagsToCheck
) const
true if all of the passed in flags are set (including no flags passed in), false otherwise
Parameters
| Name | Remarks |
|---|---|
| FlagsToCheck | Package flags to check for |
See Also
- UPackage::HasAllPackagesFlags