Is it possible to get instanced mesh component instance bounds or size? The bound nodes seems to return bounds of whole component, not individual instance. I’ve also tried this custom expression:
Primitive.LocalObjectBoundsMax.z
… But without luck.
I just need to get Z size of instance. I will be grateful for any help.
Thanks!