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

FOvrAvatarEditorOptions Struct

The Avatar Editor Option is a feature that allows users to create and customize their avatars. It is launched by the UOvrRequestsBlueprintLibrary::Avatar_LaunchAvatarEditor() request and provides a way for users to specify the source of the request, allowing for more flexibility and customization in the avatar creation process.

Constructors

FOvrAvatarEditorOptions ()
Signature
FOvrAvatarEditorOptions::FOvrAvatarEditorOptions()

Fields

SourceOverride : FString
Optional override for where the request is coming from. This field allows you to specify the source of the request in the launched editor by calling UOvrRequestsBlueprintLibrary::Avatar_LaunchAvatarEditor(), which can be useful in cases where you want to track or identify the origin of the request.
Signature
FString FOvrAvatarEditorOptions::SourceOverride