Yttterbium
(Yttterbium)
1
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?
Tuerer
(Tuerer)
2
From the character class:
GetChararacterMovement()->MaxStepHeight = NewValue;