FOctreeNodeContext::GetIntersectingChildren

Determines which of the octree node's children intersect with a bounding box.

Windows
MacOS
Linux

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

Syntax

FOctreeChildNodeSubset GetIntersectingChildren
(
    const FBoxCenterAndExtent & BoundingBox
) const

Remarks

Determines which of the octree node's children intersect with a bounding box.

Returns

A subset of the children's nodes that intersect the bounding box.

Parameters

Parameter

Description

BoundingBox

The bounding box to check for intersection with.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss