FOvrSystemVoipState
()
|
This is the default constructor for the struct, which initializes the ::ovrSystemVoipStateHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrSystemVoipState::FOvrSystemVoipState() |
FOvrSystemVoipState
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrSystemVoipState::FOvrSystemVoipState(ovrSystemVoipStateHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrSystemVoipStateHandleMessageHandlePtr: TOvrMessageHandlePtr |
MicrophoneMuted
: EOvrVoipMuteState |
A flag that is used to indicate the current state of the microphone. The status can be of the following types:
Signature
EOvrVoipMuteState FOvrSystemVoipState::MicrophoneMuted |
Status
: EOvrSystemVoipStatus |
The status enum that indicates the current state of the system voip. The status can be of the following types:
Signature
EOvrSystemVoipStatus FOvrSystemVoipState::Status |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrSystemVoipState::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 FOvrSystemVoipState::Update(ovrSystemVoipStateHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrSystemVoipStateHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |