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