Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ALearningAgentsManager
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsManager.h |
| Include | #include "LearningAgentsManager.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsManager.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void RemoveAgents
&40;
const TArray< int32 > & AgentIds
&41;
Remarks
Removes the agents with the given ids from the manager.
Parameters
| Name | Description |
|---|---|
| AgentIds | The ids of the agents to remove. |