Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry > API/Runtime/CoreUObject/AssetRegistry/FAssetData
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h |
Include | #include "AssetRegistry/AssetData.h" |
bool HasAllPackageFlags
&40;
uint32 FlagsToCheck
&41; const
Remarks
Used to check whether all of the passed flags are set in the cached asset package flags. true if all of the passed in flags are set (including no flags passed in), false otherwise
Parameters
Name | Description |
---|---|
FlagsToCheck | Package flags to check for |