API reference

FOvrNetSyncVoipAttenuationValue Struct

Constructors

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

Fields

Decibels : float
decibel fall-off value
Signature
float FOvrNetSyncVoipAttenuationValue::Decibels
Distance : float
The starting distance of this attenuation value
Signature
float FOvrNetSyncVoipAttenuationValue::Distance

Member Functions

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