Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FFeatureObject
- FPositionFeature
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFeatureObject.h |
| Include | #include "LearningFeatureObject.h" |
Syntax
struct FPositionFeature : public UE::Learning::FFeatureObject
Remarks
Feature for an array of positions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 2, FVector > | PositionHandle | ||
| TArrayMapHandle< 1, FVector > | RelativePositionHandle | ||
| TArrayMapHandle< 1, FQuat > | RelativeRotationHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPositionFeature
(
const FName& InIdentifier, |
Overridden from FFeatureObject
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool | IsDecodable () |
||
| bool | IsEncodable () |