Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Gets the agents associated with a set of ids from the manager. Calling this from blueprint with the appropriate AgentClass will automatically cast the object to the given type. If not in a blueprint, you should call the manager's GetAgents method directly.
Target is Learning Agents Manager Listener
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| integer | Agent Ids | The ids of the agents to get. |
| 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. |