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?