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")
void EvaluateController()
Remarks
Call this function when it is time to evaluate the controller and produce the actions for the agents. This should be called after GatherObservations but before PerformActions. This will call this controller's EvaluateAgentController event.