Files
UnrealEngineUWP/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.uplugin
Dmitry Rekman 69261f1841 Implemented LinuxDeviceProfileSelector (OR-6888).
- Servers can't/shouldn't use ExampleDeviceProfileSelector anyway.
- Can be useful for fine-grained settings on clients (e.g. detect bad drivers and downscale like Android does).

(Merging CL 2703510 to the main branch).

[CL 2704543 by Dmitry Rekman in Main branch]
2015-09-24 11:35:29 -04:00

24 lines
524 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Linux Device Profile Selector",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Linux Device Profile Selector",
"Category" : "Device Profile Selectors",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "LinuxDeviceProfileSelector",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" : [ "Linux" ]
}
]
}