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

FOvrNetSyncSession Struct

Constructors

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

Fields

ConnectionId : int64
Which connection this session exists within
Signature
int64 FOvrNetSyncSession::ConnectionId
Muted : bool
True if the local session has muted this session.
Signature
bool FOvrNetSyncSession::Muted
SessionId : FOvrId
The cloud networking internal session ID that represents this connection.
Signature
FOvrId FOvrNetSyncSession::SessionId
UserId : FOvrId
The ovrID of the user behind this session
Signature
FOvrId FOvrNetSyncSession::UserId
VoipGroup : FString
The name of the voip group that this session is subscribed to
Signature
FString FOvrNetSyncSession::VoipGroup

Member Functions

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