As addition to the accepted answer by Univise, that’s how you access it:
GetWorld()->GetFirstPlayerController()->PlayerInput->GetKeysForAction(...);
documentation of the method.:
As addition to the accepted answer by Univise, that’s how you access it:
GetWorld()->GetFirstPlayerController()->PlayerInput->GetKeysForAction(...);
documentation of the method.: