Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FFunctionObject
- FCopyVectorsFunction
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFunctionObject.h |
| Include | #include "LearningFunctionObject.h" |
Syntax
struct FCopyVectorsFunction : public UE::Learning::FFunctionObject
Remarks
Copies vector data from one array to another
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 2, float > | InputHandle | ||
| TArrayMapHandle< 2, float > | OutputHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCopyVectorsFunction
(
const FName& InIdentifier, |