SDK Initialization
Initializes the SDK.
note
Before calling Player Network SDK module functions, you must first initialize the Player Network SDK.
caution
On Windows devices, you must first call SetDefaultUserStorage.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void Init();
Code sample
UINTLSDKAPI::Init();