Get Store Channel (GetStoreChannel)
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();