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 observations using the Observation Schema.
| Name | SpecifyAgentObservation |
| 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 SpecifyAgentObservation
(
FLearningAgentsObservationSchemaElement & OutObservationSchemaElement,
ULearningAgentsObservationSchema * InObservationSchema
)
Parameters
| Name | Remarks |
|---|---|
| OutObservationSchemaElement | Output Schema Element |
| InObservationSchema | Observation Schema |