Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FFunctionObject
- FSequentialFunction
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFunctionObject.h |
| Include | #include "LearningFunctionObject.h" |
Syntax
struct FSequentialFunction : public UE::Learning::FFunctionObject
Remarks
Executes another set of function objects in sequence
Variables
| Type | Name | Description | |
|---|---|---|---|
| TLearningArray< 1, TSharedRef< FFunctionObject >, TInlineAllocator< 32 > > | Functions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSequentialFunction
(
const TLearningArrayView< 1, const TSharedRef< FFunctionObject >> InFunctions, |