ridley075
(ridley075)
July 15, 2014, 8:51pm
1
Trying to move my space ship forward every tick by an amount speed. It’s set up as a pawn. This is how I’ve set it up now:
It doesn’t seem to be doing anything. For now my object is just a bunch of static meshes set to move-able for testing purposes. Any ideas why it wouldn’t be working?
Thommie
(Thommie)
July 15, 2014, 9:00pm
2
I believe if your pawn doesn’t have a movement component it doesn’t work that way, you could use SetLocation.
ridley075
(ridley075)
July 16, 2014, 3:27am
3
Ok, Yeah that worked great. Here’s what I ended up with for the forward movement. Going to be adding alot more but this got me going. Thanks Thommie!