-
Notifications
You must be signed in to change notification settings - Fork 15
/
FabulousUtility.uplugin
73 lines (73 loc) · 1.46 KB
/
FabulousUtility.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Fabulous Utility",
"Description": "A collection of useful functions, nodes, and other things that can come in handy in Unreal Engine projects of any type.",
"Category": "Other",
"CreatedBy": "Sixze",
"CreatedByURL": "https://github.com/Sixze",
"DocsURL": "https://github.com/Sixze/FabulousUtility",
"MarketplaceURL": "",
"SupportURL": "https://github.com/Sixze/FabulousUtility/discussions",
"EngineVersion": "5.5.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FabulousUtility",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FabulousAbilitySystem",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FabulousAnimation",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FabulousAI",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FabulousUI",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FabulousOnline",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}