Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPlayerInput
Description
Evaluates the state of any bound input delegates on the given Input Component Stack. This should only be called from UPlayerInput::ProcessInputStack
| Name | EvaluateInputDelegates |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerInput.h |
| Include Path | #include "GameFramework/PlayerInput.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/PlayerInput.cpp |
virtual void EvaluateInputDelegates
(
const TArray < UInputComponent * > & InputComponentStack,
const float DeltaTime,
const bool bGamePaused,
const TArray < TPair< FKey , FKeyState * > > & KeysWithEvents
)