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 |
This indicates whether the request has been sent successfully. This is an optional boolean. If the boolean field isn't there, it indicates that the response is an error and will throw an error message.
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 |