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

23 lines
566 B
Plaintext

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