Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/FMLAdapterDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMLAdapterDescription & Add
(
const FMLAdapter::FSpace& Space |
MLAdapterSpace.h | ||
FMLAdapterDescription & Add
(
FString Key, |
MLAdapterSpace.h | ||
FMLAdapterDescription & Add
(
FString Key, |
MLAdapterSpace.h | ||
FMLAdapterDescription & Add
(
FString Key, |
MLAdapterSpace.h | ||
FMLAdapterDescription & Add
(
FString Key, |
MLAdapterSpace.h |
Add(const FMLAdapter::FSpace &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
FMLAdapterDescription & Add
(
const FMLAdapter::FSpace & Space
)
Add(FString, FString)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
FMLAdapterDescription & Add
(
FString Key,
FString Element
)
Add(FString, const FMLAdapterDescription &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
FMLAdapterDescription & Add
(
FString Key,
const FMLAdapterDescription & Element
)
Add(FString, const int)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
FMLAdapterDescription & Add
(
FString Key,
const int Element
)
Add(FString, const float)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
FMLAdapterDescription & Add
(
FString Key,
const float Element
)