Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRTreeImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ForEachIntersectingElement
(
const FBox& InBox, |
Math/StaticSpatialIndex.h | ||
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FSphere& InSphere, |
Math/StaticSpatialIndex.h | ||
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FCone& InCone, |
Math/StaticSpatialIndex.h |
ForEachIntersectingElement(const FBox &, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/StaticSpatialIndex.h |
| Include Path | #include "Math/StaticSpatialIndex.h" |
bool ForEachIntersectingElement
(
const FBox & InBox,
TFunctionRef < bool> InFunc
) const
ForEachIntersectingElement(const FStaticSpatialIndex::FSphere &, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/StaticSpatialIndex.h |
| Include Path | #include "Math/StaticSpatialIndex.h" |
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FSphere & InSphere,
TFunctionRef < bool> InFunc
) const
ForEachIntersectingElement(const FStaticSpatialIndex::FCone &, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/StaticSpatialIndex.h |
| Include Path | #include "Math/StaticSpatialIndex.h" |
bool ForEachIntersectingElement
(
const FStaticSpatialIndex::FCone & InCone,
TFunctionRef < bool> InFunc
) const