Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
Inheritance Hierarchy
- FImpl
- FListImpl
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
Syntax
class FListImpl : public FStaticSpatialIndex::FImpl
Constructors
| Type | Name | Description | |
|---|---|---|---|
FListImpl
(
const IStaticSpatialIndexDataInterface& InDataInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachElement
(
TFunctionRef< void(uint32 InValueIndex)> Func |
||
| void | ForEachIntersectingElement
(
const FBox& InBox, |
||
| void | ForEachIntersectingElement
(
const FSphere& InSphere, |
||
| void |