How to get the bounds of a static mesh in construction script

Hey,
I need to get the bounds of a static mesh in construction script. The problem is, it comes from an exposed variable.
If I set the static mesh directly in the blueprint by default, I can get the bounds, but when I set it through an exposed variable in editor, I get no bounds.

Is there a way to get the bounds?

Hi SteviPevi_TheOne,

You could make a function in your blueprint and mark it as “Editor Callable” which makes it a button - so you’d set the mesh in editor, then click the button to set the bounds…