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