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.3
  • 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.

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.