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