diff options
Diffstat (limited to 'Plugins/SimpleUGC/SimpleUGC.uplugin')
| -rw-r--r-- | Plugins/SimpleUGC/SimpleUGC.uplugin | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Plugins/SimpleUGC/SimpleUGC.uplugin b/Plugins/SimpleUGC/SimpleUGC.uplugin new file mode 100644 index 0000000..ac3cf0a --- /dev/null +++ b/Plugins/SimpleUGC/SimpleUGC.uplugin @@ -0,0 +1,34 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "SimpleUGC", + "Description": "", + "Category": "Other", + "CreatedBy": "", + "CreatedByURL": "", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "Installed": false, + "Modules": [ + { + "Name": "SimpleUGC", + "Type": "Runtime", + "LoadingPhase": "PreLoadingScreen" + }, + { + "Name": "SimpleUGCEditor", + "Type": "Editor", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "PluginBrowser", + "Enabled": true + } + ] +} |