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 FSessionSettingsUpdate
Remarks
Contains new values for an FSessions modifiable settings. Taken as a parameter by FUpdateSessionSettings method
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bAllowNewMembers | Set with an updated value if the bAllowNewMembers field will be changed in the update operation | |
| TOptional< ESessionJoinPolicy > | JoinPolicy | Set with an updated value if the JoinPolicy field will be changed in the update operation | |
| TOptional< uint32 > | NumMaxConnections | Set with an updated value if the NumMaxConnections field will be changed in the update operation | |
| TArray< FSchemaAttributeId > | RemovedCustomSettings | Names of custom settings to be removed in the update operation | |
| TOptional< FSchemaId > | SchemaName | Set with an updated value if the SchemaName field will be changed in the update operation | |
| FCustomSessionSettingsMap | UpdatedCustomSettings | Updated values for custom settings to change in the update operation |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSessionSettingsUpdate & | operator+=
(
FSessionSettingsUpdate&& UpdatedValue |