API reference

FOvrSystemVoipState Struct

Constructors

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

Fields

MicrophoneMuted : EOvrVoipMuteState
Signature
EOvrVoipMuteState FOvrSystemVoipState::MicrophoneMuted
Signature
EOvrSystemVoipStatus FOvrSystemVoipState::Status

Member Functions

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
Returns
void