Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FCompletionObject
- FScalarPositionDifferenceCompletion
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCompletionObject.h |
| Include | #include "LearningCompletionObject.h" |
Syntax
struct FScalarPositionDifferenceCompletion : public UE::Learning::FCompletionObject
Remarks
Completion due to the difference between any two scalar positions exceeding a given threshold
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 2, float > | Position0Handle | ||
| TArrayMapHandle< 2, float > | Position1Handle | ||
| TArrayMapHandle< 1, float > | ThresholdHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScalarPositionDifferenceCompletion
(
const FName& InIdentifier, |