forked from Sixze/ALS-Refactored
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ALS.uplugin
78 lines (78 loc) · 1.52 KB
/
ALS.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"FileVersion": 3,
"Version": 15,
"VersionName": "4.14",
"FriendlyName": "Advanced Locomotion System Refactored",
"Description": "Completely reworked and improved С++ version of Advanced Locomotion System V4.",
"Category": "Animation",
"CreatedBy": "Sixze",
"CreatedByURL": "https://github.com/Sixze",
"DocsURL": "https://github.com/Sixze/ALS-Refactored",
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/advanced-locomotion-system-v1",
"SupportURL": "https://github.com/Sixze/ALS-Refactored/discussions",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ALS",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSCamera",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSExtras",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ALSEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "ACLPlugin",
"Enabled": true
},
{
"Name": "AnimationModifierLibrary",
"Enabled": true
},
{
"Name": "ControlRig",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "GameplayCameras",
"Enabled": true
},
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "Metasound",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "PropertyAccessNode",
"Enabled": true
}
]
}