/UE-DynamicOctree

Unreal Engine Plugin providing easy to use Octree.

Primary LanguageC++MIT LicenseMIT


Logo

Dynamic Octree

This Unreal Engine plugin provides UDynamicOctree. An object which maintains a collection of (weakly referenced) spatial objects. The purpose of which is to enable easy spatial queries for objects in the collection. The collection uses FSparseDynamicOctree3 to maintain the object organization.

Objects can be added/updated/removed at runtime.