Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Contains updated data for any modifiable members of FSessionSettings. Part of the FSessionUpdated event data
| Name | FSessionSettingsChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
struct FSessionSettingsChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedCustomSettings | FCustomSessionSettingsMap | New custom settings added in the update, with their values | Online/Sessions.h | |
| bAllowNewMembers | TOptional< bool > | If set, the FSessionSettings's bAllowNewMembers member will have been updated to this value | Online/Sessions.h | |
| ChangedCustomSettings | FCustomSessionSettingUpdateMap | Existing custom settings that changed value, including new and old values | Online/Sessions.h | |
| JoinPolicy | TOptional< ESessionJoinPolicy > | If set, the FSessionSettings's JoinPolicy member will have been updated to this value | Online/Sessions.h | |
| NumMaxConnections | TOptional< uint32 > | If set, the FSessionSettings's NumMaxConnections member will have been updated to this value | Online/Sessions.h | |
| RemovedCustomSettings | TArray< FName > | Keys for custom settings removed in the update | Online/Sessions.h | |
| SchemaName | TOptional< FName > | If set, the FSessionSettings's SchemaName member will have been updated to this value | Online/Sessions.h |