-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGASCompanionDemo.uproject
61 lines (61 loc) · 1.21 KB
/
GASCompanionDemo.uproject
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
{
"FileVersion": 3,
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "GASCompanionDemo",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"GASCompanion",
"GameplayAbilities"
]
}
],
"Plugins": [
{
"Name": "GASCompanion",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d83c6f34c3fb4b7092dde195c37c7413"
},
{
"Name": "AGRPRO",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/c4f13f7fc2c048d8ad4985ecfbf4f6c6"
},
{
"Name": "ElectronicNodes",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5cb2a394d0c04e73891762be4cbd7216"
},
{
"Name": "SteamVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux"
]
},
{
"Name": "TestGF",
"Enabled": true
},
{
"Name": "KantanDocGen",
"Enabled": false
},
{
"Name": "BlueprintAttributeSets",
"Enabled": false
},
{
"Name": "PTMTool",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/946185f2400d4be9b8d4190e95df86c8"
}
]
}