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 |
FOctreeChildNodeRef GetContainingChild
&40;
const FBoxCenterAndExtent & BoundingBox
&41; const
Remarks
Determines which of the octree node's children contain the whole bounding box, if any. The octree's node that the bounding box is farthest from the outside edge of, or an invalid node ref if it's not contained by any of the children.
Parameters
Name | Description |
---|---|
BoundingBox | The bounding box to check for intersection with. |