Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard/Gamepad input non-functional in Unreal Plugin Project #1120

Open
jamesford42 opened this issue Jul 4, 2024 · 1 comment
Open

Keyboard/Gamepad input non-functional in Unreal Plugin Project #1120

jamesford42 opened this issue Jul 4, 2024 · 1 comment

Comments

@jamesford42
Copy link
Contributor

jamesford42 commented Jul 4, 2024

I have gotten to the plugin project loaded in editor and playing (simulating) but aside from the D and P keys nothing seems to actually do anything. I kind of assume im doing something wrong here, but i don't see what. Actually im not sure where the bindings to keys is actually happening, i see the input action events (which don't fire) though.

@demonixis
Copy link
Contributor

Hey,
I think we've to update the plugin to the latest version of Unreal with EnhancedInput instead of the old InputSystem.
Input works correctly if you remap keys, but best is to use InputAction now it's stable and enabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants