Unreal Engine Blueprint API Reference > Pawn > Input
Helper to see if move input is ignored. If our controller is a PlayerController, checks Controller->IsMoveInputIgnored().
Target is Pawn
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Helper to see if move input is ignored. If our controller is a PlayerController, checks Controller->IsMoveInputIgnored(). |