Skip to main content

Analytics Reporting Initialization (InitAnalytics)

AndroidiOSWindows
If you're using the Unity engine, see InitAnalytics for the Unity SDK.

Initialize the Analytics module.

note

Be sure to initialize InitAnalytics before calling the Analytics module.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void InitAnalytics();

Code sample

UINTLSDKAPI::InitAnalytics();