Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
struct FSessionSettings
Remarks
Set of all of an FSession's defining properties that can be updated by the session owner during its lifetime, using the FUpdateSessionSettings method
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowNewMembers | Override value to restrict the session from accepting new members, regardless of other factors. | |
| FCustomSessionSettingsMap | CustomSettings | Map of user-defined settings to be passed to the platform APIs as additional information for various purposes | |
| ESessionJoinPolicy | JoinPolicy | Enum value describing the level of restriction to join the session. Public by default | |
| uint32 | NumMaxConnections | Maximum number of slots for session members | |
| FName | SchemaName | The name for the schema which will be applied to the session's user-defined attributes |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSessionSettings & | operator+=
(
const FSessionSettingsChanges& UpdatedValue |