Summary
If you set up a prefab with all the links inside the prefab, and then set up the prefab in the world, the links won’t work. They will need to be specified again on a specific entity.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
- Create a component with a reference to the entity. Let the component hide the mesh_component of the specified entity.
- Create an entity prefab and customize the component, specify the entity reference in the prefab.
- Place the prefab in the world. Run the simulation. Nothing will happen.
- Override the reference on the component that is placed in the world and explicitly reference the entity in the world. This will work.
Expected Result
Links should be stored on prefabs, so that we don’t have to redefine them every time we put entity_prefab in the world.
Observed Result
Links must be manually overridden for this to work.
Platform(s)
windows