Navigation
Unreal Engine C++ API Reference > 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
&40;
const FBoxCenterAndExtent & BoundingBox
&41; 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. |