Update SDK (UpdateSDK)
caution
Player Network SDK V1.18 and later do not need to call UpdateSDK.
Invoke the update function.
Update every frame from the main loop to ensure asynchronous functions continue updating.Call this function lightly during game ticks.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool OnTickEvent();
Code sample
bool success = UINTLSDKAPI::OnTickEvent();