|
static bool | GetLaunchDetails (UObject *WorldContextObject, FLaunchDetails &OutLaunchDetails) |
| Gets information about how the app was launched. More...
|
|
static bool | LogDeeplinkResult (UObject *WorldContextObject, const FString &TrackingID, ELaunchResult LaunchResult) |
| Logs if the user has been successfully directed to the desired destination via a deep link. More...
|
|
This is the BP_ApplicationLifecycle group
◆ GetLaunchDetails()
bool GetLaunchDetails |
( |
UObject * |
WorldContextObject, |
|
|
FLaunchDetails & |
OutLaunchDetails |
|
) |
| |
|
static |
Gets information about how the app was launched.
- Parameters
-
WorldContextObject | Used to get the information about the current world. |
OutLaunchDetails | The [out] struct of launch details. |
- Returns
- Bool:
true
: success
false
: failure
◆ LogDeeplinkResult()
bool LogDeeplinkResult |
( |
UObject * |
WorldContextObject, |
|
|
const FString & |
TrackingID, |
|
|
ELaunchResult |
LaunchResult |
|
) |
| |
|
static |
Logs if the user has been successfully directed to the desired destination via a deep link.
- Parameters
-
WorldContextObject | Used to get the information about the current world. |
TrackingID | The tracking ID of the app launch event. |
LaunchResult | Enumerations of the launch result:
Unknown
Success
FailedRoomFull
FailedGameAlreadyStarted
FailedRoomNotFound
FailedUserDeclined
FailedOtherReason
|
- Returns
- Bool:
true
: the result has been logged
false
: failed to log the result