Navigation
API > API/Plugins > API/Plugins/LearningAgents
Observation Schema
This object is used to construct a schema describing some structure of observations.
| Name | ULearningAgentsObservationSchema |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include Path | #include "LearningAgentsObservations.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class ULearningAgentsObservationSchema : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULearningAgentsObservationSchema
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObservationSchema | UE::Learning::Observation::FSchema | LearningAgentsObservations.h |