Tool Config
managing the config for the Simple Asset Library
The Simple Asset Library uses a json
config on disk to manage a few core settings for the tool
Where the Config is read from
The configs are read from the following locations in the following order:
<project>/Config/simple_asset_library_settings.json
<plugin>/Config/simple_asset_library_settings.json
a base config in the code
Priority is given to the current Unreal Project, if the config doesn't exist there it will try to use the plugin folder's config file before defaulting to a code-defined base config
The Config Structure
There are three entries in the config:
the list of
asset types
availablethe list of
default category options
to offer all of the asset types. This can be used to provide a basic category as a starting point when first starting out.the name of the Outliner Folder to put placed actors in when spawning actors from the Simple Asset Library
Last updated