Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new static array action. This represents an action which is a fixed sized array of some sub-action.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Action Schema |
| struct | Element | The sub-action. |
| integer | Num | The number of elements in the array. |
| name | Tag | The tag of this new action. Used during action object validation and debugging. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The newly created action schema element. |