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