Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/Sessions > API/Plugins/MLAdapter/Sessions/UMLAdapterSession
| Type | Name | Description | |
|---|---|---|---|
| bool | RequestAvatarForAgent
(
FMLAdapter::FAgentID& AgentID, |
Calls RequestAvatarForAgent(UMLAdapterAgent& Agent, ...) after looking up the agent by its ID. | |
| bool | RequestAvatarForAgent
(
UMLAdapterAgent& Agent, |
Finds a suitable avatar in InWorld (or CachedWorld, if InWorld is null) for given agent, as specified by FMLAdapterAgentConfig.AvatarClass and confirmed by Agent->IsSuitableAvatar call. |