Hi guys. Here is the situation, I have my character over a moving platform. That platform is beign move by its own bluprint. So, when I press jump, my character jump, but maintain the same foward speed as the movement platform has in the same time I press jump. So that’s great if you want the character to jump and coordinate with the platform, but is not the case that I want… so… how please, anyone knows how I can do it?
In short, I want to do a vertically Jump only when I press Jump over a movement platform with no inertia because the movement platform.
So basically if the platform changes the movement direction while your character is in air then it moves from beneath the character and by the time he would’ve landed he is no longer above the platform and misses it?
You could spawn an invisible object at the character’s feet at the moment he jumps and attach it to the platform, then while he is in air force his X and Y coordinates to match those of the object. I am sure there are also many other ways to achieve this.
EDIT: or, if this is an option with your game, make the platform stationary and move the rest of the world around.
angular velocity is probably not making any difference, though. it’s probably for characters that can roll? or at least not have their rotation controlled by input. don’t know.