Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Get the chosen 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 | |
| name | Out Elements | The output sub-actions. |
| boolean | Success | true if the provided Element is the correct type, otherwise false. |