Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.41 KB

File metadata and controls

25 lines (20 loc) · 1.41 KB
Cloning Reflection
git clone https://github.com/JsonAsAsset/Reflection --recursive
Adding Reflection as a sub-module
git submodule add https://github.com/JsonAsAsset/Reflection Plugins/Reflection
git submodule update --init --recursive

Reflection

Reflection uses data based off UEParse's JSON export format.

Cloud ☁️

Cloud Server's API is located at JsonAsAsset/Core

Settings

Link: Public/Settings/ReflectionSettings.h

Adding Asset Types

Asset types without manual code will use basic importing, meaning it will only take the properties of the base object and import them.

Custom Logic for Asset Types

Adding manual asset type imports is done in the Reflection/Public/Importers/Types folder. Use other importers for reference on how to create one.