Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
Description
This callback should be overridden by the Interactor and specifies the structure of the actions using the Action Schema.
| Name | SpecifyAgentAction |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
UFUNCTION (BlueprintNativeEvent, Category="LearningAgents", Meta=(ForceAsFunction))
void SpecifyAgentAction
(
FLearningAgentsActionSchemaElement & OutActionSchemaElement,
ULearningAgentsActionSchema * InActionSchema
)
Parameters
| Name | Remarks |
|---|---|
| OutActionSchemaElement | Output Schema Element |
| InActionSchema | Action Schema |