API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrAvatarEditorResult Struct

This is the result that can be extracted from message payload when the avatar editor is launched via a call to UOvrRequestsBlueprintLibrary::Avatar_LaunchAvatarEditor(). It contains information about whether the avatar editor result has successfully been sent.

Constructors

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: ovrAvatarEditorResultHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

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

Member Functions

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: ovrAvatarEditorResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void