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 AddManagerAsTickPrerequisiteOfAgents
&40;
const TArray< AActor &42; > & InAgents
&41;
Remarks
Adds this manager as a tick prerequisite of the given actor objects.
Parameters
| Name | Description |
|---|---|
| InAgents | The actor object which this manager will be added as a tick prerequisite to. |