Primary and Secondary Assets
Conceptually, the Asset management system in Unreal Engine 4 breaks all Assets into two types: Primary Assets and Secondary Assets.
- Primary Assets can be manipulated directly by the Asset Manager via their Primary Asset ID
- Secondary Assets are not handled directly by the Asset Manager, but instead are loaded automatically by the Engine in response to being referenced or used by Primary Assets.