Navigation
API > API/Runtime > API/Runtime/EngineSettings
| |
|
| Name |
UGameSessionSettings |
| Type |
class |
| Header File |
/Engine/Source/Runtime/EngineSettings/Classes/GameSessionSettings.h |
| Include Path |
#include "GameSessionSettings.h" |
Syntax
UCLASS (Config=Game, MinimalAPI)
class UGameSessionSettings : public UObject
Inheritance Hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bRequiresPushToTalk |
uint32 |
Is voice enabled always or via a push to talk key binding. |
GameSessionSettings.h |
|
| MaxPlayers |
int32 |
Maximum number of players allowed by this server. |
GameSessionSettings.h |
- GlobalConfig
- EditAnywhere
- Category=GameSessionSettings
|
| MaxSpectators |
int32 |
Maximum number of spectators allowed by this server. |
GameSessionSettings.h |
- GlobalConfig
- EditAnywhere
- Category=GameSessionSettings
|
Functions
Public