Rolling Cube Character.

Hey everyone.

Im a total beginner on Scripting and blueprints on Unreal. Im am trying to achieve a game where the playable character is a rolling cube.

I try to set up the rolling movement but i can’t make it work. Every time i search for rolling a cube on unreal, everyone put the link to this “tutorial” : Tutorial: How To Make a Cube Roll On A Grid in Unreal Engine 4 » cybereality

so i tried do do it node by node in my scene. It doesn’t work at all. The cube is not even moving…

for the informations :

  • i took the basic TPS character in unreal
  • i set up my cube as the character
  • I created a new blueprint for that cube
  • i was able to set up a basic sliding movement forward / Backward and Left / Right with this script :

But with the script of the link, the cube is not even moving anymore… I really don’t know how to set up a rolling motion for that cube.

Thanks for the help !

here is the screens to my scripts so you can check exactly what’s going on.

Hey, just curious—are you planning on having the camera be able to rotate around the character, or stay fixed at one angle?