Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FObjectAndParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
struct FObjectAndParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementNames | TArrayView< const FName > | Names of the sub-observations. | LearningObservation.h | |
| Elements | TArrayView< const FObjectElement > | The associated sub-element. | LearningObservation.h |