ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++

Home Page:https://www.projectborealis.com/movement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surfing #2

MartinWessel96 opened this issue · comments

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

commented

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