Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Can't poll or listen to input mappings #35

Description

@mihe

With #12 being fixed you can now do stuff like controller.isInputKeyDown(EKeys.SpaceBar), but you still can't poll or listen to input mappings.

I still don't how to do this one, at all. I was hoping to leverage the UInputDelegateBinding stuff that Blueprint itself uses, but it seems so tightly bound to only work with their internal types that I can't piggyback on it, regardless of what hacks I try to employ.

The C++ way of using input mappings involves overriding APawn::SetupPlayerInputComponent, which obviously isn't possible from just static functions.

I can't really see a small-ish change to UE4 that Epic would be happy to integrate either, but if anyone has any ideas then I'm all ears.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions