Persona approximate size vs physical size

I suppose we calculate approximate size based on bounds(show-> bounds), and for skeletalmesh, we use physics asset for bounds. It’s faster and quicker way to calculate bounds than calculating via mesh itself.

Bounds is used for culling from rendering the scene, so having smaller bounds is more efficient than having big bounds.

Thanks,

–Lina,