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

FOvrNetSyncConnection Struct

Constructors

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

Fields

ConnectionId : int64
Signature
int64 FOvrNetSyncConnection::ConnectionId
DisconnectReason : EOvrNetSyncDisconnectReason
If status is Disconnected, specifies the reason.
Signature
EOvrNetSyncDisconnectReason FOvrNetSyncConnection::DisconnectReason
SessionId : FOvrId
The ID of the local session. Will be null if the connection is not active
Signature
FOvrId FOvrNetSyncConnection::SessionId
Signature
EOvrNetSyncConnectionStatus FOvrNetSyncConnection::Status
ZoneId : FString
Signature
FString FOvrNetSyncConnection::ZoneId

Member Functions

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