Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FCompletionObject
- FPlanarPositionSimilarityCompletion
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCompletionObject.h |
| Include | #include "LearningCompletionObject.h" |
Syntax
struct FPlanarPositionSimilarityCompletion : public UE::Learning::FCompletionObject
Remarks
Completion due to the similarity between any two planar positions being below 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 | |
|---|---|---|---|
FPlanarPositionSimilarityCompletion
(
const FName& InIdentifier, |