Navigation
BlueprintAPI > BlueprintAPI/Input
Starts simulation of input via injection. This injects the given input every tick until it is stopped with StopContinuousInputInjectionForAction.
Target is Enhanced Input Subsystem Interface
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| object | Action | The Input Action to set inject input for |
| struct | Raw Value | The value to set the action to (the type will be controlled by the Action) |
| object | Modifiers | The modifiers to apply to the injected input. |
| object | Triggers | The triggers to apply to the injected input. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |