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