Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FCompletionObject
- FTimeElapsedCompletion
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCompletionObject.h |
| Include | #include "LearningCompletionObject.h" |
Syntax
struct FTimeElapsedCompletion : public UE::Learning::FCompletionObject
Remarks
Completion due to time having elapsed
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 1, float > | ThresholdHandle | ||
| TArrayMapHandle< 1, float > | TimeHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTimeElapsedCompletion
(
const FName& InIdentifier, |