Files
UnrealEngineUWP/Engine/Plugins/ScriptPlugin/ScriptPlugin.uplugin
Tim Smith 1d6fbf2f09 Removing the C++ version of the script generator plugin.
#rb self
#preflight 63c97562c76cdd32a45cdc4a

[CL 23775164 by Tim Smith in ue5-main branch]
2023-01-19 12:00:44 -05:00

39 lines
791 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" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "ScriptPlugin",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"PlatformDenyList" :
[
"Linux"
]
},
{
"Name" : "ScriptEditorPlugin",
"Type" : "Editor",
"LoadingPhase" : "Default",
"PlatformDenyList" :
[
"Linux"
]
}
]
}