Hello,
I’m learning about movement components right now and took a look into the Shooter example project.
It does implement it’s own CharacterMovementComponent and just modifies the MaxSpeed variable when targeting or running.
Is this the right approach to implement own movements like crouching or crawling? I wonder about why the example is not using the CustomMovementMode variable… Is there any more documentation available about custom movement modes?
Thank you