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