Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsObservations
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include | #include "LearningAgentsObservations.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsObservations.cpp |
UFUNCTION (BlueprintPure, Category="LearningAgents", Meta=(AdvancedDisplay=3))
static FLearningAgentsObservationObjectElement MakePairObservation
(
ULearningAgentsObservationObject * Object,
const FLearningAgentsObservationObjectElement Key,
const FLearningAgentsObservationObjectElement Value,
const FName Tag
)
Remarks
Make a new pair observation. The newly created observation object element.
Parameters
| Name | Description |
|---|---|
| Object | The Observation Object |
| Key | The key sub-observation. |
| Key | The value sub-observation. |
| Tag | The tag of the corresponding observation. Must match the tag given during Specify. |