Animation not playing (how to fix this?)

I made a simple animation of an image moving up out of the screen in Widget Event Graph.
When I play the game, my image does not move. It does not do the animation.

Can someone point out what is wrong in my blueprint, and if time, show me how to make a simple animation blueprint that plays on the background none-stop.

It looks like you have not set the value for MM Main Logo…try setting it to whatever logo asset you are wanting to move and try again…it also may not be a good idea to loop it 5 times every frame (on tick)…try testing just the animation play on Begin Play to see if it will work…if it works on begin play instead of using on tick set up a timer to loop it.