I want to create plane physics using force but when I impulse force to physics body it always apply to world axis, so how to add force or add impulse to relative coordinates using blueprints.
Use the Transform direction node. In the “T” input pin, link the transform of your mesh/object or whatever, in the direction, link your Torque vector (which is the force you want to apply on each axis. The OUTPUT will give you a relative torque vector
2 Likes
can you show in the blueprint(snapshot of blueprint) I am unable to get that.
Thank You!!! Its working
Can somebody show me a bluprint to do the same but using physics not transforms ? Am having issues getting things to work properly using add Torque/ add force and can’t find any example blueprints ?
Perfect!
1 Like
Transform Direction helped me a lot where nothing else was. Thanks man!
1 Like
its what i exactly looking for thanks mate