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;
int32 AddAgent
&40;
UObject &42; Agent
&41;
Remarks
Adds the given object as an agent to the manager. The agent's newly assigned id.
Parameters
| Name | Description |
|---|---|
| Agent | The object to be added. |