Skip to content

Notes Hidden Settings

Nathanael Anderson edited this page Dec 12, 2024 · 3 revisions

These are hidden settings that are not exposed but you might need (or want) to set or change.

  • IGNORE_DISK_SPACE = (False) Ignores any disk space checks for installing Engines,
  • CUSTOM_ASSET_SUBDIRECTORY = (none) Allows you to download any asset packs into a subdirectory under the project Content directory.
  • ALLOW_BARE_VAULT = (False) Allows a Vault directory to be bare except for the epic manifest, normally these are ignored.
  • SKIP_SAVING_VAULT_JSON = (False) Skips the saving of the vault.json files in each of the vault directories for faster scanning.

To see what these values are you can do: asset-manager-studio GET <setting>

To change the value you can do: asset-manager-studio SET <setting> <value>

Clone this wiki locally