Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/AssetRegistry
References
Module | AssetRegistry |
Header | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryState.h |
Include | #include "AssetRegistry/AssetRegistryState.h" |
Syntax
struct FAssetRegistrySerializationOptions
Remarks
Load/Save options used to modify how the cache is serialized. These are read out of the AssetRegistry section of Engine.ini and can be changed per platform.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bFilterAssetDataWithNoTags | True if we want to only write out asset data if it has valid tags. |
![]() |
bool | bFilterDependenciesWithNoTags | True if we also want to filter out dependency data for assets that have no tags. |
![]() |
bool | bFilterSearchableNames | Filter out searchable names from dependency data |
![]() |
bool | bSerializeAssetRegistry | True rather to load/save registry at all |
![]() |
bool | bSerializeDependencies | True rather to load/save dependency info. If true this will handle hard and soft package references |
![]() |
bool | bSerializeManageDependencies | True rather to load/save dependency info for Manage references, |
![]() |
bool | bSerializePackageData | If true will read/write FAssetPackageData |
![]() |
bool | bSerializeSearchableNameDependencies | True rather to load/save dependency info for Name references, |
![]() |
bool | bUseAssetRegistryTagsAllowListInsteadOfDenyList | True if CookFilterlistTagsByClass is an allow list. False if it is a deny list. |
![]() |
TMap< FTopLevelAssetPath, TSet< FName > > | CookFilterlistTagsByClass | The map of class pathname to tag set of tags that are allowed in cooked builds. |
![]() |
TSet< FName > | CookTagsAsName | Tag keys whose values should be stored as FName in cooked builds |
![]() |
TSet< FName > | CookTagsAsPath | Tag keys whose values should be stored as FRegistryExportPath in cooked builds |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Disable all filters |