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

FOvrNetSyncSession Struct

It represents the session of FOvrNetSyncConnection that allows multiple clients to connect and communicate with each other in real-time. It provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Fields

A long integer represents the unique ID of the FOvrNetSyncConnection within which this session exists.
True if the local session has muted this session.
The cloud networking internal session ID that can uniquely represent this session within the connection.
The ovrID of the user behind this session.
A string represents the name of the voip group that this session is subscribed to.

Member Functions

This is the default constructor for the struct, which initializes the ovrNetSyncSessionHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon