-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
glTFForUE4.uplugin
39 lines (39 loc) · 1.09 KB
/
glTFForUE4.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
{
"FriendlyName": "glTF for UE4",
"Description": "Best importor for the glTF in UE4",
"CreatedBy": "Code 4 Game",
"CreatedByURL": "https://c4g.io/",
"DocsURL": "https://doc.c4g.io/",
"SupportURL": "https://doc.c4g.io/",
"Category": "Importers",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/42c1de74ac44481bb4e80378863e04c8",
"FileVersion": 2,
"Version": 1,
"VersionName": "2.0.12",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "glTFForUE4",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac"
]
},
{
"Name": "glTFForUE4Ed",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac"
]
}
]
}