API reference

FOvrMicrophoneAvailabilityState Struct

Constructors

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

Fields

MicrophoneAvailable : bool
Signature
bool FOvrMicrophoneAvailabilityState::MicrophoneAvailable

Member Functions

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