Reputation: 23
I am using blueprints. I have an actor that I want to move using a physics force/impulse when they are spawned. Basically I want to push the actor when they are spawned. I have physics and gravity enabled.
Upvotes: 2
Views: 13639
Reputation: 121
Use the add impulse, or add force nodes.
Add impulse is designed to be used only once to add a burst at a location. E.g hitting a golf ball. Add force is designed to be used multiple times to gradually move objects. E.g Player pushing a heavy cube
Use whichever is best suited for your needs.
Upvotes: 5