Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Gets all added agents. Calling this from blueprint with the appropriate AgentClass will automatically cast the object to the given type.
Target is Learning Agents Manager
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| class | Agent Class | The class to cast the agent objects to (in blueprint). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Out Agents | The output array of agent objects. |
| integer | Out Agent Ids | The output array of agent ids. |