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