Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/Managers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLAdapterManager
- UMLAdapterNoRPCManager
References
| Module | MLAdapter |
| Header | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Managers/MLAdapterNoRPCManager.h |
| Include | #include "Managers/MLAdapterNoRPCManager.h" |
Syntax
UCLASS&40;&41;
class UMLAdapterNoRPCManager : public UMLAdapterManager
Remarks
UMLAdapterNoRPCManager won't start the RPC server and will immediately start a session and spawn the default agent. This is intended to be used when there will only be a single inference agent that exists for the life of the game.
Overridden from UMLAdapterManager
| Type | Name | Description | |
|---|---|---|---|
| void | OnPostWorldInit
(
UWorld* World, |
Starts the RPC server if the world is a game world |