Hello!
I’m currently working on a climbing system, And for this system, it’ll be heavily inspired by White Knuckles climbing.
And if you haven’t played white knuckles, I’ll explain the climbing system:
==How the system should work==
So, You have to point your crosshair on an obstacle and then click and hold your mouse button (Mouse button depends on your hand) to attach yourself to the obstacle. And when you attach yourself you can still swing yourself and move a tiny bit, Kinda like a short tether that attaches you to the point your “Holding“ (That will be important for my problem later)
And to detach yourself you release your mouse button.
==On to what my issues/confusion==
And so since the system is just basically yourself being attached to a wall and being able to swing around. Basically, an invisible short tether system, I decided to look for tutorials on how I could achieve this/Grapple hook tutorials. This one in specific if you’re looking for it: How to Make a Grappling Hook in Unreal Engine 5 - Very Easy - YouTube. (This is the only one I could find that’s basically what I’m looking for)
And I followed this tutorial and I did create the tether and it’s as I expected. But the issue is, that It has no limitations on movements, I can basically move so far that it it’s basically you holding onto an invisible limitless rope, which is an issue when you’re supposed to be climbing not holding an invisible rope on a wall.
I don’t really know how to solve this, I’ve tried doing different methods like “Move Actor To“ (It flickered my player and sometimes glitched it entirely) and ect.
This is the code of grabbing and the force:
In short, I have a climbing system based on a short tether, but that short tether’s length has no limit, and I don’t really know how to set up the tether limit
If anyone has any suggestions or any other ideas for my problem, please don’t be afraid to say!


