Greetings. I have pawn, with standard settings. I have a very heavy object, 20 times heavier than the pawn. And the pawn calmly pushes it. How to make a pawn unable to push such heavy objects?
Thanks.
Greetings. I have pawn, with standard settings. I have a very heavy object, 20 times heavier than the pawn. And the pawn calmly pushes it. How to make a pawn unable to push such heavy objects?
Thanks.
I have pawn, with standard settings.
Can you elaborate? There are many ways to move a Pawn. How are you moving it? Movement Input + Floating Movement Component?
Hey @,
If you are using a character which moves with the Character Movement Component that is native to Unreal Engine, you can adjust how hard it can push things in the Character Movement: Physics Interactions settings, as seen here.
You can turn Push Force Scaled to Mass on, or simply reduce the Push Force Factor and Initial Push Force Factor until it suits your needs.
I hope this information helps!