Navigation
API > API/Plugins > API/Plugins/Learning
Observation Schema Element
A single element in the observation schema representing a part of an observation. Internally this consists of a index used by the schema to look up the associated observation data and a generation id which can be used to check when this index is no longer valid.
| Name | FSchemaElement |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
struct FSchemaElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Generation | uint32 | LearningObservation.h | ||
| Index | int32 | LearningObservation.h |