VR Expansion Plugin

Yes, I’m currently use the VRPlayerController as base class for my own custom PlayerController class, as I read your 4.19 version and compare it to 4.20 version there’s a small change in 4.20 and you’re spawning PathFollowingComponent inside the VRCharacter, I’ve added a log message in that part of your code in ExtendedSimpleMoveToLocation where you spawn the path following component and everything was well.
Also, I’ve added other log message in that function everything works from top to RequestMove function!