You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]
24 lines
524 B
Plaintext
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" ]
|
|
}
|
|
]
|
|
}
|