climbing mode polished

This commit is contained in:
2026-04-29 09:01:04 +02:00
parent 563df1ffc8
commit 74882e634b
3 changed files with 79 additions and 64 deletions

View File

@@ -21,6 +21,7 @@ public:
protected:
// Override PhysCustom to handle custom movement mode behaviors
virtual void PhysCustom(float DeltaTime, int32 Iterations) override;
void PhysClimbing(float DeltaTime, int32 Iterations);
virtual void OnMovementModeChanged(EMovementMode PreviousMovementMode, uint8 PreviousCustomMode) override;
static bool SweepForwardForWall(const ACharacter* Character, FHitResult& OutHit, float SweepDistance = 100.f);
};