Navigation
API > API/Plugins > API/Plugins/ConcertServer
| Name | FConcertServerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/ConcertServerSettings.h |
| Include Path | #include "ConcertServerSettings.h" |
Syntax
USTRUCT ()
struct FConcertServerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIgnoreSessionSettingsRestriction | bool | The server will allow client to join potentially incompatible sessions | ConcertServerSettings.h |
|
| SessionTickFrequencySeconds | int32 | The timespan at which session updates are processed. | ConcertServerSettings.h |
|