API reference

FOvrAvatarEditorResult Struct

This is the result that can be extracted from message payload when the avatar editor is launched. It can be retrieved using Avatar_LaunchAvatarEditor().

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

Fields

RequestSent : bool
Whether the request has sent.
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
Returns
void