git clone https://github.com/JsonAsAsset/Reflection --recursive
git submodule add https://github.com/JsonAsAsset/Reflection Plugins/Reflection
git submodule update --init --recursive
Reflection uses data based off UEParse's JSON export format.
Cloud Server's API is located at JsonAsAsset/Core
Link: Public/Settings/ReflectionSettings.h
Asset types without manual code will use basic importing, meaning it will only take the properties of the base object and import them.
- Normal Asset types are found in
Reflection/Private/Importers/Constructor/Types.cppYou don't need to add anything here if you made a custom IImporter with the REGISTER_IMPORTER macro.
Adding manual asset type imports is done in the Reflection/Public/Importers/Types folder. Use other importers for reference on how to create one.