Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FFunctionObject
- FRandomPlanarDirectionVelocityFunction
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFunctionObject.h |
| Include | #include "LearningFunctionObject.h" |
Syntax
struct FRandomPlanarDirectionVelocityFunction : public UE::Learning::FFunctionObject
Remarks
Samples planar directions with corresponding velocities.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Axis0 | ||
| FVector | Axis1 | ||
| TArrayMapHandle< 2, FVector > | DirectionHandle | ||
| TArrayMapHandle< 1, uint32 > | SeedHandle | ||
| TArrayMapHandle< 2, FVector > | VelocityHandle | ||
| TArrayMapHandle< 1, float > | VelocityScaleHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRandomPlanarDirectionVelocityFunction
(
const FName& InIdentifier, |