Files
UnrealEngineUWP/Engine/Plugins/Script/ScriptEditorPlugin/ScriptEditorPlugin.uplugin

20 lines
462 B
Plaintext
Raw Normal View History

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