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 (BlueprintNativeEvent, Category="LearningAgents", Meta=(ForceAsFunction))
void SpecifyAgentObservation
(
FLearningAgentsObservationSchemaElement & OutObservationSchemaElement,
ULearningAgentsObservationSchema * InObservationSchema
)
Remarks
This callback should be overridden by the Interactor and specifies the structure of the observations using the Observation Schema.
Parameters
| Name | Description |
|---|---|
| OutObservationSchemaElement | Output Schema Element |
| InObservationSchema | Observation Schema |