kd-tree

COLORFUL PICO - Code Plugins - Nov 21, 2023
Not Yet Rated

Utility blueprint functions for building kd-tree

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

=== Notice ===

This is a free plugin provided at GitHub project page.

However, buying this plugin at the marketplace is useful if you want to use a binary version without the build process.


This is an Unreal Engine plugin which adds custom Blueprint functions to build/search kd-tree.

The typical use case of this plugin is when you try a spatial pattern search with low costs. 

If you have any trouble or question, you make issue or make discussion on GitHub.




Change Log


1.3.0 (2024.5.7)

  • Support on Unreal Engine 5.4


1.2 (2023.11.21)

  • Expose C++ API to public
  • Fix bugs


1.1 (2019.9.1)

  • Add async version of Blueprint Function for Building Kdtree and Radius search
  • Fix bugs
  • Delete Actor specialized Blueprint Function


1.0 (2019.8.4)

  • First Release.


Technical Details

Features:

  • Build kd-tree.
  • Radius search by using kd-tree.
  • Support synchronous and asynchronous versions. 

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  Kdtree (Runtime)

Number of Blueprints: 0

Number of C++ Classes: 3

Network Replicated: Yes

Supported Development Platforms: Windows, macOS, Linux

Supported Target Build Platforms: Windows, macOS, Linux

Documentation: Documentation is available at the project page on GitHub

Example Project: Example is available at the project page on GitHub

Important/Additional Notes: This plugin has a free version. See the document if you want to install a free version.