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 FSessionSettingsChanges
Remarks
Contains updated data for any modifiable members of FSessionSettings. Part of the FSessionUpdated event data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCustomSessionSettingsMap | AddedCustomSettings | New custom settings added in the update, with their values | |
| TOptional< bool > | bAllowNewMembers | If set, the FSessionSettings's bAllowNewMembers member will have been updated to this value | |
| FCustomSessionSettingUpdateMap | ChangedCustomSettings | Existing custom settings that changed value, including new and old values | |
| TOptional< ESessionJoinPolicy > | JoinPolicy | If set, the FSessionSettings's JoinPolicy member will have been updated to this value | |
| TOptional< uint32 > | NumMaxConnections | If set, the FSessionSettings's NumMaxConnections member will have been updated to this value | |
| TArray< FName > | RemovedCustomSettings | Keys for custom settings removed in the update | |
| TOptional< FName > | SchemaName | If set, the FSessionSettings's SchemaName member will have been updated to this value |