Skip to main content

Get Store Channel (GetStoreChannel)

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

This API is a synchronous interface used to get information about store channel configurations.For more information, see Channel Packaging.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static int32 GetStoreChannel();

Code Sample

int32 storeChannel = UINTLSDKAPI::GetStoreChannel();