 |
bool |
bShowConsole |
Whether the service should show the log console. |
 |
TSharedPtr< IConcertFileSharingService > |
FileSharingService |
The optional file sharing server to exchange large files. Can be null. |
 |
TFunction< const UConcertServerConfig *()> |
GetServerConfigFunc |
Function to get the server settings object to configure the server with with, or unbound to parse the default settings |
 |
int32 |
IdealFramerate |
Framerate that the main loop should try to Tick at |
 |
FMultiUserServerInitServerEvent |
PostInitServerLoop |
Called while initilializing Multi User server loop. |
 |
FMultiUserServerLoopInitEvent |
PreInitServerLoop |
Called before Multi User Server is initialized: no modules have yet been loaded. |
 |
FConcertSessionFilter |
ServiceAutoArchiveSessionFilter |
The session filter to apply when auto-archiving sessions on this server |
 |
FString |
ServiceFriendlyName |
Friendly name to use for this service (when showing it to a user in log messages, etc) |
 |
FString |
ServiceRole |
The role that this server will perform (eg, MultiUser, DisasterRecovery, etc) |
 |
EConcertSyncSessionFlags |
SessionFlags |
Flags controlling what features are enabled for sessions within this server |
 |
FMultiUserServerLoopTickEvent |
TickPostGameThread |
Called after the game thread's tick and before FTSTicker::GetCoreTicker. |