Hi,
I was hoping with the new build (1808360) to see some CPP files for some important class (such as ACharacter, or even APlayerController) and I remember they were planned to be shared. Is this still the case ?
I put some effort doing a lot of programming on things here and here (both in C++ and Blueprints) but I would really like to go in-depth on the player capabilities. Unfortunately I’m stuck because of the lack of transparency regarding some important classes (such as the MovementComponent).
Being able to override some functions such as PhysWalking, PhysFlying and CalcVelocity would be a great start, but since there is now way to guess how these functions currently act I can’t work with them.
I have already took a look inside some of the new Sample (like the Platformer/Shooter sample) but they don’t cover what I’m looking for.