Files
UnrealEngineUWP/Engine/Plugins/Developer/BlankPlugin/BlankPlugin.uplugin
Ben Marsh 15f940cf34 Disable the blank plugin by default. It's not required by anything.
[CL 2546031 by Ben Marsh in Main branch]
2015-05-11 17:10:05 -04:00

20 lines
439 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Blank Example Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "An example of a minimal plugin. This can be used as a starting point when creating your own plugin.",
"Category" : "Examples",
"Modules" :
[
{
"Name" : "BlankPlugin",
"Type" : "Developer"
}
]
}