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 FSessionUpdate
Remarks
Contains updated data for any modifiable members of ISession
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSessionMemberIdsSet | AddedSessionMembers | Id handles for members that just joined the session | |
| TOptional< FAccountId > | OwnerAccountId | If set, the OwnerUserId member will have updated to this value | |
| FSessionMemberIdsSet | RemovedSessionMembers | Id handles for members that just left the session | |
| TOptional< FSessionSettingsChanges > | SessionSettingsChanges | If set, the SessionSettings member will have updated using the struct information |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSessionUpdate & | operator+=
(
const FSessionUpdate& SessionUpdate |