Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Get the number of sub-actions for an inclusive union action.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Object | The Action Object |
| struct | Element | The Action Object Element |
| name | Tag | The tag of the corresponding action. Must match the tag given during Specify. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| integer | Out Num | The output number of sub-actions. |
| boolean | Success | true if the provided Element is the correct type, otherwise false. |