Hi guys.
Is there a possibility to make (in Blueprint!) the CharacterMovementComponent internal Functions callable via Blueprint?
For example the function checking the floor underneath the character. I’d like to use it in my custom movement mode so I have a consistent function for checking the floor throughout the blueprint instead of implementing my own “checkFloor” function.