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 OvrHandle: ovrMicrophoneHandleMessageHandlePtr: TOvrMessageHandlePtr |
Handle
: ovrMicrophoneHandle |
OVR Handle for methods.
Signature
ovrMicrophoneHandle FOvrMicrophone::Handle |
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 OvrHandle: ovrMicrophoneHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |