Navigation
API > API/Plugins > API/Plugins/MLAdapter
Inheritance Hierarchy
- IJsonable
- TSharedFromThis
- FSpace
- FSpace_Box
- FSpace_Dummy
References
| Module | MLAdapter |
| Header | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include | #include "MLAdapterSpace.h" |
Syntax
struct FSpace_Box : public FMLAdapter::FSpace
Remarks
A continuous space that contains a number of ranges defined by the shape, whose values will fall inside the Low to High range.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | High | ||
| float | Low | ||
| TArray< uint32 > | Shape |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSpace_Box () |
|||
FSpace_Box
(
std::initializer_list< uint32 > InShape, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FSpace > | Vector2D
(
float Low, |
||
| TSharedPtr< FSpace > | Vector3D
(
float Low, |
Overridden from FSpace
| Type | Name | Description | |
|---|---|---|---|
| int32 | Num () |