InitAnalytics
AndroidiOSWindows
If you were looking for the method for use with Unity, see InitAnalytics for Unity SDK.
If you were looking for the method for use with Unity, see InitAnalytics for Unity SDK.
Initialize the Analytics module.
note
Execute the InitAnalytics
method to initialize the Analytics module before calling any APIs of the Analytics module.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void InitAnalytics();
Code sample
UINTLSDKAPI::InitAnalytics();