Introduction
Some important informations about recommended ways to understand how asset work when the documentation don't reply to some of your questions
Note
The method can be applied in every unreal engine marketplace assets
Reference Viewer
Use Reference Viewer it's one of the best way to understand how asset work.
This will show you where the asset used, then you will inspect the code and repeat this method recursively
Example with "How I learn to use SkinColor"
Search and select an asset which have some match name
Open the reference viewer to see references
The window show the references :
- Red : The selected asset
- Bue : The assets use the selected asset in upper level
- Green : The assets used by the selected asset in lower level
Inspect referenced assets and ask questions on Discord if you need more explaination