File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33# Change Log
44
5- ## [ Unreleased] ( https://github.com/nutti/UE4-Kdtree/compare/v1.4.0...master )
5+ ## [ Unreleased] ( https://github.com/nutti/UE4-Kdtree/compare/v1.5.0...master )
6+
7+ <!-- markdownlint-disable-next-line MD013 -->
8+ ## [ Version 1.5.0] ( https://github.com/nutti/UE4-Kdtree/compare/v1.4.0...v1.5.0 ) - 2025.6.14
9+
10+ ### Updated Features
11+
12+ * Support on Unreal Engine 5.6
13+ * Add the library function "Collect From Kdtree (Box)"
14+ * Use QuickSort instead of QuickSelect to get nth element
15+
16+ ### Contributor
17+
18+ * [ ** @kak0na ** ] ( https://github.com/kak0na )
19+ * [ ** @902D9 ** ] ( https://github.com/902D9 )
620
721<!-- markdownlint-disable-next-line MD013 -->
822## [ Version 1.4.0] ( https://github.com/nutti/UE4-Kdtree/compare/v1.3.0...v1.4.0 ) - 2024.12.28
Original file line number Diff line number Diff line change 11{
22 "FileVersion": 3,
33 "Version": 1,
4- "VersionName": "1.4 .0",
4+ "VersionName": "1.5 .0",
55 "FriendlyName": "kd-tree",
66 "Description": "Blueprint nodes to build a kd-tree",
77 "EngineVersion": "5.6.0",
Original file line number Diff line number Diff line change @@ -55,3 +55,5 @@ Support via [GitHub Sponsors](https://github.com/sponsors/nutti)
5555### Contributor
5656
5757* [ ** @irvnriir ** ] ( https://github.com/irvnriir )
58+ * [ ** @kak0na ** ] ( https://github.com/kak0na )
59+ * [ ** @902D9 ** ] ( https://github.com/902D9 )
You can’t perform that action at this time.
0 commit comments