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

EOvrLaunchType Enum

It's an enum that defines several different types of launches for an application. It provides a way to differentiate between different types of launches and to access additional information about the launch details. It can be retrieved using field FOvrLaunchDetails::LaunchType to get the launch type information of an application.

Enumeration Constants

MemberDescription
Unknown
Normal
Normal launch from the user's library
Invite
Launch from the user accepting an invite. Check field FOvrLaunchDetails::LobbySessionID, field FOvrLaunchDetails::MatchSessionID, field FOvrLaunchDetails::DestinationApiName and field FOvrLaunchDetails::DeeplinkMessage.
Coordinated
DEPRECATED
Deeplink
Launched from UOvrRequestsBlueprintLibrary::Application_LaunchOtherApp(). Check field FOvrLaunchDetails::LaunchSource and field FOvrLaunchDetails::DeeplinkMessage.