Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/UMLAdapterSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMLAdapter::FAgentID AddAgent () |
Agent/Avatar management. | Sessions/MLAdapterSession.h | |
FMLAdapter::FAgentID AddAgent
(
const FMLAdapterAgentConfig& InConfig |
Add an agent using the specified config. | Sessions/MLAdapterSession.h |
AddAgent()
Description
Add a default agent as specified in the UMLAdapterSettings.
| Name | AddAgent |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Sessions/MLAdapterSession.h |
| Include Path | #include "Sessions/MLAdapterSession.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/Sessions/MLAdapterSession.cpp |
FMLAdapter::FAgentID AddAgent()
AddAgent(const FMLAdapterAgentConfig &)
Description
Add an agent using the specified config.
| Name | AddAgent |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Sessions/MLAdapterSession.h |
| Include Path | #include "Sessions/MLAdapterSession.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/Sessions/MLAdapterSession.cpp |
FMLAdapter::FAgentID AddAgent
(
const FMLAdapterAgentConfig & InConfig
)