StaticMesh Size

Hi,

I have been digging around without success for a way to get the size of a static mesh in Blueprint.
I specifically need a way to get access to the X and Y size for the objects.

Thanks :slight_smile:

Sorry for taking up time, further investigation made me stumble over an unseen “bounds”.
The function that will give the boundaries of an object while ignoring the pivot is called “Get Component Bounds”.
In my case, that gives the boundaries of the mesh in the object.