Hey guys, I am encountered a difficult situation for me can someone help me about it.
I’ve a character that able to walkaround (it’s just cube for now https://imgur.com/a/RPIgoip ) and I’ve an actor which has static mesh on it, with a cool lights ( https://imgur.com/a/HKGAVb0 ). When my character interact with this actor, I want to limit my character moveable distance to “20 metre”.
I had created a function inside my “BP_MainCharacter” that named “attachTheCharacter” and my physic Containment component 1 to my actor, component 2 to my character ( https://imgur.com/a/QItZatQ )
( https://imgur.com/a/ew9bgfB ) as you can see the connection done but after that how can I limit my character moveable area to 20m circle around this actor
I’ve already set my linear limits to 200 and limited ( https://imgur.com/a/BO9MXVp ).
I did something wrong and I can’t figure it out