Navigation
API > API/Plugins > API/Plugins/MultiUserServer
Inheritance Hierarchy
- IModuleInterface
- IMultiUserServerModule
References
| Module | MultiUserServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserServer/Source/MultiUserServer/Public/IMultiUserServerModule.h |
| Include | #include "IMultiUserServerModule.h" |
Syntax
class IMultiUserServerModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMultiUserServerModule & | Get () |
Singleton-like access to this module's interface. | |
| void | InitSlateForServer
(
FConcertSyncServerLoopInitArgs& InitArgs |
Set-up callbacks for creating SlateUI when the MU server is started. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |