Unreal Engine Blueprint API Reference > Pawn
Check if this actor is currently being controlled at all (the actor has a valid Controller, which will be false for remote clients)
Target is Pawn
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Check if this actor is currently being controlled at all (the actor has a valid Controller, which will be false for remote clients) |