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 |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Server Settings"
|
| SessionTickFrequencySeconds |
int32 |
The timespan at which session updates are processed. |
ConcertServerSettings.h |
- Config
- EditAnywhere
- DisplayName="Session Tick Frequency"
- AdvancedDisplay
- Category="Server Settings"
- Meta=(ForceUnits=s)
|