How can you stop and/or limit movement of a KActor using an RBConstraint?
What I mean by limit movement is a way to specify bounds in which the KActor cannot move past. If the KActor reaches these bounds, all movement should stop immediately.
I'm using the PhysicsGun with a KActor constrained to a HingeActor that can only move on the Y-axis, and I want to constrain this KActor not to past Y=128 units.
Thanks!
What I mean by limit movement is a way to specify bounds in which the KActor cannot move past. If the KActor reaches these bounds, all movement should stop immediately.
I'm using the PhysicsGun with a KActor constrained to a HingeActor that can only move on the Y-axis, and I want to constrain this KActor not to past Y=128 units.
Thanks!
Comment