Files
UnrealEngineUWP/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.uplugin

23 lines
582 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Android Device Profile Selector",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Android Device Profile Selector used show selection of device profiles on hardware",
"Category" : "Device Profile Selectors",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "AndroidDeviceProfileSelector",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" : [ "Android" ]
}
]
}