Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsController
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsController.h |
| Include | #include "LearningAgentsController.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsController.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents", Meta=(DeterminesOutputType="Class"))
static ULearningAgentsController * MakeController
(
ULearningAgentsManager *& InManager,
ULearningAgentsInteractor *& InInteractor,
TSubclassOf < ULearningAgentsController > Class,
const FName Name
)
Remarks
Constructs a new controller for the given agent interactor.
Parameters
| Name | Description |
|---|---|
| InManager | The input Manager |
| InInteractor | The input Interactor component |
| Class | The controller class |
| Name | The controller name |