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 OvrHandle: ovrNetSyncVoipAttenuationValueHandleMessageHandlePtr: TOvrMessageHandlePtr |
Decibels
: float |
fall-off value in decibel
Signature
float FOvrNetSyncVoipAttenuationValue::Decibels |
Distance
: float |
The starting distance of the attenuation value. As the distance between players increases, the audio volumn is reduced.
Signature
float FOvrNetSyncVoipAttenuationValue::Distance |
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 OvrHandle: ovrNetSyncVoipAttenuationValueHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |