Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TRTreeImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ForEachIntersectingElementRecursive
(
const FNode* InNode, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
bool ForEachIntersectingElementRecursive
(
const FNode* InNode, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h | ||
bool ForEachIntersectingElementRecursive
(
const FNode* InNode, |
WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
ForEachIntersectingElementRecursive(const FNode *, const FBox &, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElementRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include Path | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
bool ForEachIntersectingElementRecursive
(
const FNode * InNode,
const FBox & InBox,
TFunctionRef < bool> InFunc
) const
ForEachIntersectingElementRecursive(const FNode *, const FVector &, typename Profile::FReal, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElementRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include Path | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
bool ForEachIntersectingElementRecursive
(
const FNode * InNode,
const FVector & InSphereCenter,
typename Profile::FReal InRadiusSquared,
TFunctionRef < bool> InFunc
) const
ForEachIntersectingElementRecursive(const FNode *, const FVector &, typename Profile::FReal, const FVector &, float, float, float, TFunctionRef< bool(uint32 InValueIndex)>)
| Name | ForEachIntersectingElementRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include Path | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
bool ForEachIntersectingElementRecursive
(
const FNode * InNode,
const FVector & InConeCenter,
typename Profile::FReal InRadiusSquared,
const FVector & InAxis,
float InAngle,
float InSinHalfAngle,
float InCosHalfAngle,
TFunctionRef < bool> InFunc
) const