How do I get an object to automatically scroll forward? I am looking to move a cube forward, such as in games like “Octagon”, or “Temple Run”. Thanks.
There is AddImpulse node if you want to apply a force to move the object.
To manually move it, there are a couple of methods:
- Create a timeline that defines the position of the object, feed its output to SetActorLocation node
- Use VInterp node to animate the location and plug SetActorLocation at the output.
- Use Lerp node and use its output as input location for SetActorLocation node
If you need detailed info let me know. But I think you can figure that out on your own
Thank you!
When the issue is solved, dont forget to mark this question as solved.
-cheers