Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- TStaticSpatialIndexDataInterface
- TStaticSpatialIndex
- TStaticSpatialIndexRTree
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
Syntax
template<typename ValueType, typename NodeSorter, typename Profile>
class TStaticSpatialIndexRTree : public TStaticSpatialIndex< ValueType, Profile, FStaticSpatialIndex::TRTreeImpl< Profile >, NodeSorter >