Add Force at Location Precise

Hello,

I’m working on a hovercraft, on the Ocean Community Project.
The hovercraft has to be an acotr and not a pawn so that it can have the buoyancy working with the sea.
So far, I’ve made it possible to control the hovercraft. I’d like to use the Add Force node, to turn, go forwards or backwards.
How can I find the perfect coordinates for my Add Force at Location node to work? Trial and error doesn’t work…
Cheers,

Paulchartres

which coordinates are you looking for? force or Location ? For Location I would use a bone or socket so you always can get it’s Location for the node

I agree with Adnoh… though you also could add up a scene component in your actor’s blueprint, posiition it as necessary and use its location (and or rotation) for force

also, depending on your setup, you may consider using Physics Thruster components: activating/deactivating/setting thrust strength etc