Questiong regarding soft referencing and memory usage

You can test these with Size Map and Reference Viewer.

here some example:

I have 2 bp
image

Size Map of both(initial):

Size Map after adding Class Tag :

As you can see by the time you add a class(purple pin) hard reference, this will be loaded into the memory. Same goes in Reference Viewer.

If you use this one:
image
Since there no direct hard ref, it won’t load ActorB.

2 Likes