2014-04-29 06:45:18 -04:00
|
|
|
{
|
2014-06-03 13:33:02 -04:00
|
|
|
"FileVersion" : 3,
|
2014-04-29 06:45:18 -04:00
|
|
|
|
|
|
|
|
"FriendlyName" : "Script Plugin",
|
|
|
|
|
"Version" : 1,
|
|
|
|
|
"VersionName" : "1.0",
|
|
|
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
|
|
|
"CreatedByURL" : "http://epicgames.com",
|
2014-06-03 13:33:02 -04:00
|
|
|
"EngineVersion" : "4.2.0",
|
2014-04-29 06:45:18 -04:00
|
|
|
"Description" : "An example of a script plugin. This can be used as a starting point when creating your own plugin.",
|
|
|
|
|
"Category" : "Examples",
|
|
|
|
|
|
2014-06-03 13:33:02 -04:00
|
|
|
"Modules" :
|
2014-04-29 06:45:18 -04:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"Name" : "ScriptPlugin",
|
|
|
|
|
"Type" : "Runtime",
|
2014-05-12 08:40:09 -04:00
|
|
|
"LoadingPhase" : "PreDefault",
|
2014-05-09 21:39:47 -04:00
|
|
|
"BlacklistPlatforms" : [ "Linux" ]
|
2014-04-29 06:45:18 -04:00
|
|
|
}
|
|
|
|
|
]
|
2014-05-09 21:39:47 -04:00
|
|
|
}
|