As the title suggests. Is that possible? Currently I can spawn any actor type by sending a path and using Spawn Actor, but that does not work for level instances, even if I change template to level instance on Spawn Actor node.
From what I’ve seen you can spawn level instances by first creating PCG data asset, then by piping them in (directly or via parameter or data asset), then copying LI points ONTO my spawn points, then by using Spawn Static Mesh / Actor.
Now my level instances are level instances for a reason - otherwise I would used PLA - and I want them to containt a mix of BPs / static meshes / anything. I don’t want to again iterate the contents of the level instance. Can this flow be simplified?
Just tested this out and yeah, you can. Spawn Actors was specifically built to support any and all custom classes, so I was hoping this would be the case.
What might be more difficult is if you’re trying to randomly spawn in different levels. I think I know of a way to achieve this, so if you need help with that, let me know.