How Do I change field inside character movement component but with c++


I have character and for example I want to change Max Step Height inside Character Movement Component but with c++ how can I do it?

From the character class:
GetChararacterMovement()->MaxStepHeight = NewValue;