ovrRequest ovr_Avatar_LaunchAvatarEditor ( ovrAvatarEditorOptionsHandle options ) |
---|
Launches the Avatar Editor A message with type ovrMessage_Avatar_LaunchAvatarEditor will be generated in response. First call ovr_Message_IsError() to check if an error occurred. If no error occurred, the message will contain a payload of type ovrAvatarEditorResultHandle. Extract the payload from the message handle with ovr_Message_GetAvatarEditorResult(). |