Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PerformActions () |
Performs all the actions for all agents. This will call PerformAgentActions. | LearningAgentsInteractor.h |
|
void PerformActions
(
const UE::Learning::FIndexSet AgentSet |
Perform Actions for a specific set of agents | LearningAgentsInteractor.h |
PerformActions()
Description
Performs all the actions for all agents. This will call PerformAgentActions.
| Name | PerformActions |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void PerformActions()
PerformActions(const UE::Learning::FIndexSet)
Description
Perform Actions for a specific set of agents
| Name | PerformActions |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
void PerformActions
(
const UE::Learning::FIndexSet AgentSet
)