Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FImplicitObject
Description
Whether this implicit (possibly a hierarchy) overlaps the bounds. This is a deeper, more accurate test than simply checking BoundingBox() because it will query the BVH in Unions, Heightfields and Triangle Meshes, and only return true if we overlap the bounds of a leaf node that contains some elements.
| Name | IsOverlappingBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
bool IsOverlappingBounds
(
const FAABB3 & LocalBounds
) const