The issue appears to that CheckLedgeDirection almost always returns true, which returns the leftward side step. This is correct for the leftward direction, but is not valid for the rightward direction and prevents movement.
In CheckLedgeDirection, the check performed is uses the complete capsule. One workaround suggested is to reduce the capsule radius by the amount specified in PerchRadiusThreshold to better align the two, but there is probably a better solution.
In a project with a character movement component driving a pawn (such as the third person template), set CanWalkOffLedges to false and attempt to walk of a ledge while angled to the right. The pawn will stop moving.
When angled to the left, the pawn will be able to walk along the edge as if using SlideAlongSurfaces.
How do I set a material as a post-processing material?
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What is the difference between Camera and CineCamera?
How to delete some elements correctly when deleting an array loop?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
Why can't I get the canvas panel slot geometry information in UMG?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-200815 in the post.
0 |
Component | UE - Gameplay |
---|---|
Affects Versions | 5.3.2 |
Target Fix | 5.5 |
Fix Commit | 32705561 |
---|
Created | Nov 20, 2023 |
---|---|
Resolved | Apr 3, 2024 |
Updated | Apr 25, 2024 |