Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Get the sub-action given its name for a struct action.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Object | The Action Object |
| struct | Element | The Action Object Element |
| name | Element Name | The Sub-action Name. |
| name | Tag | The tag of the corresponding action. Must match the tag given during Specify. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Element | The output sub-action. |
| boolean | Success | true if the provided Element has the sub-action, otherwise false. |