Getting Input Key Time Down in C++

As addition to the accepted answer by Univise, that’s how you access it:

GetWorld()->GetFirstPlayerController()->PlayerInput->GetKeysForAction(...);

documentation of the method.: