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 | |
| name | Mapping Name | The name of the player mapping that can be used for look up an associated UInputAction object. |
| 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 |