Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Contains new values for an FSessions modifiable settings. Taken as a parameter by FUpdateSessionSettings method
| Name | FSessionSettingsUpdate |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
struct FSessionSettingsUpdate
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowNewMembers | TOptional< bool > | Set with an updated value if the bAllowNewMembers field will be changed in the update operation | Online/Sessions.h | |
| JoinPolicy | TOptional< ESessionJoinPolicy > | Set with an updated value if the JoinPolicy field will be changed in the update operation | Online/Sessions.h | |
| NumMaxConnections | TOptional< uint32 > | Set with an updated value if the NumMaxConnections field will be changed in the update operation | Online/Sessions.h | |
| RemovedCustomSettings | TArray< FSchemaAttributeId > | Names of custom settings to be removed in the update operation | Online/Sessions.h | |
| SchemaName | TOptional< FSchemaId > | Set with an updated value if the SchemaName field will be changed in the update operation | Online/Sessions.h | |
| UpdatedCustomSettings | FCustomSessionSettingsMap | Updated values for custom settings to change in the update operation | Online/Sessions.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSessionSettingsUpdate & operator+=
(
FSessionSettingsUpdate&& UpdatedValue |
Online/Sessions.h |