I have a blueprint that creates a large number of nodes (based on another blueprint):
The thing is that there are 400 of them in my World Outliner, and about 20 units spawned in a similar way by another class.
Is there an easy was to put all these objects into a folders or groups and have it all as just one entry on the list? It would make it much easier to have 4-5 folders one for each type of objects, ideally by having my generator/manager class group each of these objects, rather than a single collection of all the object.
you could spawn them as child actors using “Add Child Actor Component”
The world outliner will group them as collapse-able children of the Actor
However, this will also chain the transforms together so to place them correctly you would have to spawn them relative
to the spawning actor.
for manually placed objects there is also the “Group” option in the World Outliner context menu
which will auto select all grouped objects when selected.
Please don’t forget to mark this as the answer to the question if it helped you out.
Unless there is a way to get exposed public variables to show up on the “Add Child Actor Component” node then this isn’t a sufficient substitution. I’d love to be wrong that it’s still not a feature (I found discussions from 2014 about the deficiency).
I have a lot of actors being spawned and deleted and my World Outliner is unusable. I can’t scroll to the bottom in time to click an object before it resets to the top. There has to be a way to do this. It seems so fundamental.