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