Move Forward on tick

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?

I believe if your pawn doesn’t have a movement component it doesn’t work that way, you could use SetLocation.

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!
68e2d8fc11defc4e0fe9d25175aeea730b5731a5.jpeg