FOvrAvatarEditorResult
()
|
This is the default constructor for the struct, which initializes the ovrAvatarEditorResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrAvatarEditorResult::FOvrAvatarEditorResult() |
FOvrAvatarEditorResult
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrAvatarEditorResult::FOvrAvatarEditorResult(ovrAvatarEditorResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrAvatarEditorResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
RequestSent
: bool |
Whether the request has sent.
Signature
bool FOvrAvatarEditorResult::RequestSent |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrAvatarEditorResult::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 FOvrAvatarEditorResult::Update(ovrAvatarEditorResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrAvatarEditorResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |