Get World To Meters Scale - C++ Version

Hi!
I want to get the “world to meters scale” parameter in an C++ actor component, I only found docs about getting it in blueprints, how is it possible in C++?

Thanks

You can always go to the target library and see what it does.

Try :
GetWorld()->GetWorldSettings()->WorldToMeters

4 Likes