Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FOctreeNodeContext
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include | #include "Math/GenericOctree.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.inl |
FOctreeChildNodeSubset GetIntersectingChildren
(
const FBoxCenterAndExtent & BoundingBox
) const
Remarks
Determines which of the octree node's children intersect with a bounding box. A subset of the children's nodes that intersect the bounding box.
Parameters
| Name | Description |
|---|---|
| BoundingBox | The bounding box to check for intersection with. |