-
Notifications
You must be signed in to change notification settings - Fork 1
/
RancUtilities.uplugin
40 lines (40 loc) · 997 Bytes
/
RancUtilities.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.3",
"FriendlyName": "Rancorous Utilities",
"Description": "General unreal engine utilities",
"Category": "Utility",
"CreatedBy": "Rancorous Games",
"CreatedByURL": "https://twitter.com/RancorousGames",
"DocsURL": "https://docs.google.com/document/d/1NgFJkfS8GWNjrEPid0WCYStjzytaCDFjkdeGtIKXMvM/edit?usp=sharing",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d107d26433e546aea4c4a90521f7d9a2",
"SupportURL": "https://github.com/RancorousGames/RancUtilities/issues",
"EngineVersion": "5.4.0",
"CanContainContent": true,
"Installed": false,
"Modules": [
{
"Name": "RancUtilities",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
],
"PlatformDenyList": [
"Android"
]
},
{
"Name": "RancEditorUtilities",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
}
]
}