Files
UnrealEngineUWP/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.uplugin
2014-03-14 14:13:41 -04:00

21 lines
522 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "Example Device Profile Selector",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : 1579795,
"Description" : "Example Device Profile Selector used show selection of device profiles on hardware",
"Category" : "Programming Runtime.Plugins",
"Modules" :
[
{
"Name" : "ExampleDeviceProfileSelector",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostConfigInit"
}
]
}