Files
UnrealEngineUWP/Engine/Plugins/Script/ScriptPlugin/ScriptPlugin.uplugin
Dmitry Rekman 53633fec85 Disable ScriptPlugin for Linux temporarily.
This is needed until we can build UHT on Linux with plugins. So far UBT does not support non-monolithics builds on that platform and having this plugin enabled breaks native compilation.

[CL 2068985 by Dmitry Rekman in Main branch]
2014-05-09 21:39:47 -04:00

23 lines
508 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Script Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : 1579795,
"Description" : "An example of a script plugin. This can be used as a starting point when creating your own plugin.",
"Category" : "Examples",
"Modules" :
[
{
"Name" : "ScriptPlugin",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
"BlacklistPlatforms" : [ "Linux" ]
}
]
}