Property IncludeAddressesForFolderChildren
IncludeAddressesForFolderChildren
If disabled, assets inside an addressable folder do not get their own individual address added to the catalog -- only the folder's shared key (see IncludeFolderKeysInCatalog) is added. GUIDs are unaffected, so AssetReferences into folder assets keep working; the GUID becomes that asset's primary key instead of its address. Disable this if you always load these assets via the folder and never reference an individual asset by its own full address, to reduce the size of the catalog. Only takes effect when IncludeFolderKeysInCatalog is enabled.
Declaration
public bool IncludeAddressesForFolderChildren { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |