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&40;BlueprintPure, Category&61;"LearningAgents", Meta&61;&40;DeterminesOutputType&61;"InteractorClass"&41;&41;
ULearningAgentsInteractor &42; GetInteractor
&40;
const TSubclassOf< ULearningAgentsInteractor > InteractorClass
&41; const
Remarks
Gets the agent interactor associated with this component.
Parameters
| Name | Description |
|---|---|
| AgentClass | The class to cast the agent interactor to (in blueprint). |