Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsTrainer
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsTrainer.h |
| Include | #include "LearningAgentsTrainer.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsTrainer.cpp |
void AddCompletion
&40;
TObjectPtr< ULearningAgentsCompletion > Object,
const TSharedRef< UE::Learning::FCompletionObject > & Completion
&41;
Remarks
Used by objects derived from ULearningAgentsCompletion to add themselves to this trainer during their creation. You shouldn't need to call this directly.