-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModularFeatures_ExtraActions.uplugin
More file actions
49 lines (49 loc) · 1.23 KB
/
ModularFeatures_ExtraActions.uplugin
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
41
42
43
44
45
46
47
48
49
{
"FileVersion": 3,
"Version": 6,
"VersionName": "1.2.6",
"FriendlyName": "Modular Features: Extra Actions",
"Description": "Integrates GAS and Enhanced Input to the existing Game Features and Modular plugins.",
"Category": "Game Features",
"CreatedBy": "Lucas Vilas-Boas",
"CreatedByURL": "https://github.com/lucoiso",
"DocsURL": "https://github.com/lucoiso/UEModularFeatures_ExtraActions/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/a718e1ae4fa741869b8f7aaea1434a8d",
"SupportURL": "https://github.com/lucoiso/UEModularFeatures_ExtraActions/issues",
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ModularFeatures_ExtraActions",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux",
"IOS",
"Android"
]
}
],
"Plugins": [
{
"Name": "GameFeatures",
"Enabled": true
},
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}