How to get blueprint actor size in world?

I’m trying to move other actor with SetActorLocation by X axis by the size of another actor (spawned blueprint class).
But turns out (by how my actor is finally moved) that this value is wrong.
What is the name of the method that returns true size of an spawned blueprint class in world space?

What are you useing right now, “Get Actor Bounds”?