File tree Expand file tree Collapse file tree 1 file changed +27
-21
lines changed Expand file tree Collapse file tree 1 file changed +27
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ]
23
29
}
You can’t perform that action at this time.
0 commit comments