disable movement input

How can I disable ONLY the movement input? as in I want to be able to still move the camera and fire the first person gun. how can I do this from an actor component?

Just:

Screenshot_1.jpg](filedata/fetch?id=1838556&d=1606991365)
( in the player controller )

2 Likes

2 things.

  1. I am in the player Controller and I can’t access that script
  2. The logic for when to disable and reenable the movement is done in an actor component and not the first-person character.

I am using Unreal 4.25.1 if that helps. and I am using this guy’s Grappling System: **Unreal Engine - Grappling Tutorial (1/4) - YouTube **

If you can’t see that node in the PC, I don’t know what you’re doing… :wink:

Anyway, outside the PC, use this:

Screenshot_1.jpg

1 Like

Thank you for your help