We need a function to calculate the forward vector. It is daily bread when you want to move some object in the direction its facing. Like this:
https://docs.unity3d.com/ScriptReference/Transform-forward.html
https://docs.unrealengine.com/en-US/BlueprintAPI/Utilities/Transformation/GetForwardVector/index.html
It will be handle to also implement up and right.
We need a function to calculate the forward vector. It is daily bread when you want to move some object in the direction its facing. Like this:
https://docs.unity3d.com/ScriptReference/Transform-forward.html
https://docs.unrealengine.com/en-US/BlueprintAPI/Utilities/Transformation/GetForwardVector/index.html
It will be handle to also implement up and right.