How to update physics mass of static mesh in c++?

Hi,

How do i change the Mass of a component in c++.
In the Editor i see the “Override Mass” and then the mass. In c++ i only found getMass()…
can i change the Mass in c++?

thanks :slight_smile:

found it here :

thanks