Why am I unable to move an object in the video?

Hi,
Can someone tell me why I am not able to move that object in the video.

Video Link

Note: I press ‘1’, of course.

I remember Input axis only work on Character ( which have MovementComponent)

You can change you Axis Mapping to Action Mapping then do the same thing

Smallee thank you for your interest. However, the thing you mention does not make sense because SetWorldLocation is just a method. There is no explicit dependency within InputAxis and SetWorldLocation. Actually there should not be.

Additional, I change the input from axis to action. Still nothing.

Note: SetWorldLocation works fine. I have tested it by changing the input event to just a tick event.

I reviewed your video, I found your problem.
In Default, the Auto Receive Input is disable

Let me help you :slight_smile:

Assisted Video Link

It’s working on tick because tick is not an input. I’m pretty sure that to use input, the actor has to have a movement component in the components tab, someone please correct me if I’m wrong.