Files
UnrealEngineUWP/Engine/Plugins/ScriptPlugin/ScriptPlugin.uplugin
Ben Marsh a3e87004d6 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none
#rnx

[CL 4783611 by Ben Marsh in Dev-Build branch]
2019-01-23 10:59:53 -05:00

46 lines
987 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Script Plugin",
"Description" : "An example of a script plugin. This can be used as a starting point when creating your own plugin.",
"Category" : "Examples",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"CanBeUsedWithUnrealHeaderTool" : true,
"SupportedPrograms": [ "UnrealHeaderTool" ],
"Modules" :
[
{
"Name" : "ScriptGeneratorPlugin",
"Type" : "Program",
"LoadingPhase" : "PostConfigInit"
},
{
"Name" : "ScriptPlugin",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"BlacklistPlatforms" :
[
"Linux"
]
},
{
"Name" : "ScriptEditorPlugin",
"Type" : "Editor",
"LoadingPhase" : "Default",
"BlacklistPlatforms" :
[
"Linux"
]
}
]
}