Hi,
While going over my project looking for potential performance issues I Found one where One of my actors was causing 800mb to be loaded on my main character due to one of the child actors its using has a ( actor map ) where there is a ton of hard refs being used.
I’m looking for a sensible alternatives to changing this and already had the thought of adding a soft ref actor map as you can see in the pic, I m also considering using Tags.
But I want to ask here before I proceed… As this is a new area for me.