API reference

FOvrMicrophone Struct

Constructors

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

Fields

Signature
ovrMicrophoneHandle FOvrMicrophone::Handle

Member Functions

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