-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathModularMovement.uplugin
More file actions
42 lines (42 loc) · 917 Bytes
/
ModularMovement.uplugin
File metadata and controls
42 lines (42 loc) · 917 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.6",
"FriendlyName": "ModularMovement",
"Description": "Modular movement component for vehicles ",
"Category": "Other",
"CreatedBy": "IrajMh",
"CreatedByURL": "https://aurelion.net",
"DocsURL": "https://irajsb.github.io/ModularMovementDocs/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/1f5d877874e543e0971dea0d3c9da9ec",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "ModularMovement",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Android","IOS","Mac"
]
},
{
"Name": "ModularMovementEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Android","IOS","Mac"
]
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
}]
}