blueprint

vehicle movement - rotation in place

  • Exposure: public
  • UE Version: 5.0

JC

August 1, 2022, 12:36 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • JC

    August 1, 2022, 12:43 pm

    https://www.youtube.com/watch?v=i8RR5kNouwI&lc=UgyN39W7XsVs0ff0mo94AaABAg

    Notes:

    • The rotation in place is still rather slow, but better than nothing and it works consistently.
    • Even with the above blueprint, and the wake all rigid bodies, turning to the left side on stand still (yaw -1) makes the physics body go to sleep on/off the only way to resolve this is to change the Sleep threshold - under vehicle setup - Vehicle movement component to a value low enough or off (0 for off. standard 10)
      • There are some other basic things to make this work, but they are standard for all Chaos type vehicles so I wont describe them here.