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 |
void AddAction
&40;
TObjectPtr< ULearningAgentsAction > Object,
const TSharedRef< UE::Learning::FFeatureObject > & Feature
&41;
Remarks
Used by objects derived from ULearningAgentsAction to add themselves to this agent interactor during their creation. You shouldn't need to call this directly.