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

22 lines
570 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Windows Device Profile Selector",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Windows Device Profile Selector used to determine the system settings for windows platforms",
"Category" : "Device Profile Selectors",
"Modules" :
[
{
"Name" : "WindowsDeviceProfileSelector",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" : [ "Win64", "Win32" ]
}
]
}