ESMStateMachineInput¶
Module: SMSystem
Types¶
| Name | |
|---|---|
| enum uint8 | Type |
Types Documentation¶
enum Type¶
| Enumerator | Value | Description |
|---|---|---|
| Disabled | 0 | |
| UseContextController | 1 | Use the controller assigned to the context if one is available. |
| UseManualController | 10 | Use the controller assigned via USMInstance::SetManualInputController(). |
| Player0 | 2 | |
| Player1 | 3 | |
| Player2 | 4 | |
| Player3 | 5 | |
| Player4 | 6 | |
| Player5 | 7 | |
| Player6 | 8 | |
| Player7 | 9 |