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

FOvrNetSyncSetSessionPropertyResult Struct

A FOvrNetSyncConnection allows multiple clients to connect and communicate with each other in real-time. This is the payload from setting the properties of FOvrNetSyncSession. You can retrieve the result session via field FOvrNetSyncSetSessionPropertyResult::Session.

Constructors

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

Fields

It contains the FOvrNetSyncSession that the operation was modifying.
Signature
FOvrNetSyncSession FOvrNetSyncSetSessionPropertyResult::Session

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrNetSyncSetSessionPropertyResult::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 FOvrNetSyncSetSessionPropertyResult::Update(ovrNetSyncSetSessionPropertyResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrNetSyncSetSessionPropertyResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void