For linearly moving the entire actor, 100 units upwards, in 2 seconds:
The timeline:
To move only the static mesh component, you can either use the same procedure above but with GetWorldLocation and SetWorldLocation of the static mesh, or you can simply use MoveComponentTo: