Skip to content

Commit c039486

Browse files
committed
Update: .uplugin file
1 parent baee84e commit c039486

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

Kdtree/Kdtree.uplugin

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
{
2-
"FileVersion": 3,
3-
"Version": 1,
4-
"VersionName": "1.1",
5-
"FriendlyName": "kd-tree",
6-
"Description": "kd-tree plugin for UE4",
7-
"Category": "Other",
8-
"CreatedBy": "Nutti",
9-
"CreatedByURL": "https://github.com/nutti/UE4-kdtree",
10-
"DocsURL": "",
11-
"MarketplaceURL": "",
12-
"SupportURL": "",
13-
"CanContainContent": true,
14-
"IsBetaVersion": false,
15-
"Installed": false,
16-
"Modules": [
17-
{
18-
"Name": "Kdtree",
19-
"Type": "Runtime",
20-
"LoadingPhase": "PreLoadingScreen"
21-
}
22-
]
2+
"FileVersion": 3,
3+
"Version": 1,
4+
"VersionName": "1.1",
5+
"FriendlyName": "kd-tree",
6+
"Description": "Blueprint nodes to build a kd-tree",
7+
"EngineVersion": "5.3.0",
8+
"Category": "Other",
9+
"CreatedBy": "nutti (Colorful Pico)",
10+
"CreatedByURL": "https://github.com/nutti/UEPlugin-Kdtree",
11+
"DocsURL": "https://github.com/nutti/UEPlugin-Kdtree",
12+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/33e46eae83184c4789126ddd129d5fd5",
13+
"SupportURL": "https://github.com/nutti/UEPlugin-Kdtree",
14+
"CanContainContent": true,
15+
"IsBetaVersion": false,
16+
"Installed": false,
17+
"Modules": [
18+
{
19+
"Name": "Kdtree",
20+
"Type": "Runtime",
21+
"LoadingPhase": "PreLoadingScreen",
22+
"WhitelistPlatforms": [
23+
"Win64",
24+
"Mac",
25+
"Linux"
26+
]
27+
}
28+
]
2329
}

0 commit comments

Comments
 (0)