Navigation
BlueprintAPI > BlueprintAPI/Pawn > BlueprintAPI/Pawn/Input
Add input (affecting Yaw) to the Controller's ControlRotation, if it is a local PlayerController. This value is multiplied by the PlayerController's InputYawScale value.
Target is Pawn
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| real | Val | Amount to add to Yaw. This value is multiplied by the PlayerController's InputYawScale value. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |