Setting character to use specific Nav agent

CharacterMovementComponent doesn’t have a public property NavAgentProps that I can set (it seems to be protected). How did you do that?

I found the NavAgentProps node, if I create a new blueprint which would inherit from MovementComponent, but that’s not an option unfortunately.