API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrNetSyncSessionsChangedNotification Struct

When a new list of sessions was added or the list of known connected sessions has changed, this UOvrPlatformSubsystem::OnNetSyncSessionsChanged() will be sent. When the status of a connection has changed, the UOvrPlatformSubsystem::OnNetSyncConnectionStatusChanged() will be sent.

Constructors

FOvrNetSyncSessionsChangedNotification ()
This is the default constructor for the struct, which initializes the ::ovrNetSyncSessionsChangedNotificationHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrNetSyncSessionsChangedNotification::FOvrNetSyncSessionsChangedNotification()
FOvrNetSyncSessionsChangedNotification ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrNetSyncSessionsChangedNotification::FOvrNetSyncSessionsChangedNotification(ovrNetSyncSessionsChangedNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrNetSyncSessionsChangedNotificationHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

ConnectionId : int64
A long integer ID which can be used to uniquely identify the network synchronization connection.
Signature
int64 FOvrNetSyncSessionsChangedNotification::ConnectionId
Sessions : TArray< FOvrNetSyncSession >
An array which contains the new list of FOvrNetSyncSession.
Signature
TArray<FOvrNetSyncSession> FOvrNetSyncSessionsChangedNotification::Sessions

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrNetSyncSessionsChangedNotification::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrNetSyncSessionsChangedNotification::Update(ovrNetSyncSessionsChangedNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrNetSyncSessionsChangedNotificationHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void