To solve this: If you get the static mesh from the static mesh component and call the GetComponentBound node for the static mesh itself it stays consistent regardless of the rotation.
"static mesh from the static mesh component and call the GetComponentBound
I can get the Static mesh from the static mesh component, that works. But GetComponentBound i not working on it then. I need the x,y and z size of a the static mes in the world. Even when it is rotated. Any solution for it? GetComponentBound is not working on static mesh component correctly when it is rotated.
I see also “get bounds” for static mesh. And GetLocalBounds for static mesh component also. But both only get back some vectors, and not mesh sizes for every axis like x, y and z of the mesh. But I need the real mesh size in each direction.