Sometimes it’s really difficult to find what you need. It’s so simple, but I can’t find it. In google, I can find only how to attach to a socket or something. I want to create a folder in the outline and attach all actors(or instance) in to it, or into the existing folder.
Folders are not actors, and folders don’t exist at runtime. They are purely an organizational mechanism in the scene browser.
There are multiple ways to create collections of objects. The easiest is to have another object for the collection, which has a property that’s an array of actor references, and then add each object you want to reference to that array.
If that’s not good enough, then you’d have to be more specific about what you’re actually trying to accomplish in the end.
Ok. So if I use an actor as a replacement for the folder. How i can place in the hierarchy into him in outliner?
I want to spawn actors. Then after I spawn them, I want to convert to BPP. But I want it was net. not a chaos in the outliner.