Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsManager
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 (BlueprintCallable, Category="LearningAgents", Meta=(AgentId="-1"))
void RemoveAgent
(
const int32 AgentId
)
Remarks
Removes the agent with the given id from the manager.
Parameters
| Name | Description |
|---|---|
| AgentId | The id of the agent to remove. |