Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FFeatureObject
- FConcatenateFeature
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFeatureObject.h |
| Include | #include "LearningFeatureObject.h" |
Syntax
struct FConcatenateFeature : public UE::Learning::FFeatureObject
Remarks
Feature that concatenates multiple other features
Variables
| Type | Name | Description | |
|---|---|---|---|
| TLearningArray< 1, TSharedRef< FFeatureObject >, TInlineAllocator< 32 > > | Features | ||
| TLearningArray< 1, int32, TInlineAllocator< 32 > > | Offsets | ||
| TLearningArray< 1, int32, TInlineAllocator< 32 > > | Sizes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcatenateFeature
(
const FName& InIdentifier, |
Overridden from FFeatureObject
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| bool | IsDecodable () |
||
| bool | IsEncodable () |