API reference

FOvrNetSyncSessionsChangedNotification Struct

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)

Fields

ConnectionId : int64
Signature
int64 FOvrNetSyncSessionsChangedNotification::ConnectionId
Sessions : TArray< FOvrNetSyncSession >
The new list of sessions
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)
Returns
void