Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- TStaticSpatialIndexDataInterface
- TStaticSpatialIndex
- TStaticSpatialIndexList
- 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 Profile, class SpatialIndexType, class ElementsSorter>
class TStaticSpatialIndex : public TStaticSpatialIndexDataInterface< Profile >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| void | ForEachElement
(
Func InFunc |
||
| void | ForEachIntersectingElement
(
const FBox& InBox, |
||
| void | ForEachIntersectingElement
(
const FStaticSpatialIndex::FSphere& InSphere, |
||
| void | ForEachIntersectingElement
(
const FStaticSpatialIndex::FCone& InCone, |
||
| void | |||
| void |
Overridden from TStaticSpatialIndexDataInterface
Typedefs
| Name | Description |
|---|---|
| FBox |