ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++
https://www.projectborealis.com/movement
MIT License
1.25k stars 164 forks source link

Surfing #2 #25

Closed MartinWessel96 closed 3 years ago

MartinWessel96 commented 3 years ago

Hi Sorry i am new to Unreal, I am trying to get the Surfing feature to work but i could use a little help.

Here is what i have done:

ifndef WIP_SURFING

define WIP_SURFING 50

endif

public:

if WIP_SURFING

void PreemptCollision(float DeltaTime, float SurfaceFriction);

endif

mastercoms commented 3 years ago

This is not a support forum. Please ask for help from our community on our Discord. Duplicate of #23.