Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- IStaticSpatialIndexDataInterface
- 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, class SpatialIndexType>
class TStaticSpatialIndex : public IStaticSpatialIndexDataInterface
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| void | ForEachElement
(
TFunctionRef< void(const ValueType&InValue)> Func |
||
| void | ForEachIntersectingElement
(
const FBox& InBox, |
||
| void | ForEachIntersectingElement
(
const FSphere& InSphere, |
||
| void | Creation. | ||
| void |
Overridden from IStaticSpatialIndexDataInterface
| Type | Name | Description | |
|---|---|---|---|
| const FBox & | GetBox
(
uint32 InIndex |