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 |
decibel fall-off value
Signature
float FOvrNetSyncVoipAttenuationValue::Decibels |
Distance
: float |
The starting distance of this attenuation value
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 |