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", Meta&61;&40;AgentId&61;"&45;1"&41;&41;
void RemoveAgent
&40;
const int32 AgentId
&41;
Remarks
Removes the agent with the given id from the manager.
Parameters
| Name | Description |
|---|---|
| AgentId | The id of the agent to remove. |