How do I change the boolean 'CanJump' on my character in c++?

How do change ‘CanJump’ on the CharacterMovementComponent with c++? (See

to see the variable I want to change)

Thank you!

GetMovementComponent()->SetJumpAllowed(true);