diff options
| author | ivey <[email protected]> | 2020-06-15 15:54:16 -0400 |
|---|---|---|
| committer | ivey <[email protected]> | 2020-06-15 15:54:16 -0400 |
| commit | d5310c3455f9849243b7b950deb4e910aa1f24dd (patch) | |
| tree | 994a81eec10538d2a1efd9ed78469a249ff086f2 /Plugins/SimpleUGC/SimpleUGC.uplugin | |
| parent | Updated image paths. (diff) | |
| download | ugcexample-d5310c3455f9849243b7b950deb4e910aa1f24dd.tar.xz ugcexample-d5310c3455f9849243b7b950deb4e910aa1f24dd.zip | |
Initial commit of the UGCExample Project
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 + } + ] +} |