Enhanced input action

Any idea why would the input action be invalid? Other data in the struct seems fine except for actual input action.


image



Hey @Omertua! Welcome to the forums!

It could be that it’s on the Construction script and is returning null because the subsystem isn’t initialized or attached yet.

Try doing it on begin play with a 2second prior delay first? Just to confirm whether the problem is associated with the Enhanced Input Subsystem or not.

Let us know how it goes!