GetStoreChannel
AndroidiOSWindows
If you were looking for the method for use with Unity, see GetStoreChannel for Unity SDK.
If you were looking for the method for use with Unity, see GetStoreChannel for Unity SDK.
This API is a synchronous API that is used to get configuration information from the store channel. For more information, see Channel Packaging.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static int32 GetStoreChannel();
Code sample
int32 storeChannel = UINTLSDKAPI::GetStoreChannel();