Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents", Meta=(DeterminesOutputType="Class"))
static ULearningAgentsInteractor * MakeInteractor
(
ULearningAgentsManager *& InManager,
TSubclassOf < ULearningAgentsInteractor > Class,
const FName Name
)
Remarks
Constructs an Interactor.
Parameters
| Name | Description |
|---|---|
| InManager | The input Manager |
| Class | The interactor class |
| Name | The interactor name |