Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TListImpl |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include Path | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
Syntax
template<typename Profile>
class TListImpl : public FStaticSpatialIndex::TImpl< Profile >
Inheritance Hierarchy
- TImpl → TListImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TListImpl
(
const TStaticSpatialIndexDataInterface< Profile >& InDataInterface |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBox | typename Profile::FBox | WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | |
| FVector | typename Profile::FVector | WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ForEachElement
(
TFunctionRef< bool(uint32 InValueIndex)> InFunc |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
bool ForEachIntersectingElement
(
const FBox& InBox, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FSphere& InSphere, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FCone& InCone, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
uint32 GetAllocatedSize() |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
void Init() |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |