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" |
UFUNCTION&40;BlueprintNativeEvent, Category&61;"LearningAgents"&41;
void GetActions
&40;
const TArray< int32 > & AgentIds
&41;
Remarks
During this event, you should retrieve the actions and apply them to your agents.
Parameters
| Name | Description |
|---|---|
| AgentIds | The list of agent ids to get actions for. |
See Also
LearningAgentsActions.hfor the list of available actions.
GetAgent to get the agent corresponding to each id.