Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConvexVolume > API/Runtime/Engine/FConvexVolume/IntersectBox
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include | #include "ConvexVolume.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp |
bool IntersectBox
(
const FVector & Origin,
const FVector & Extent
) const
Remarks
Intersection test with a translated axis-aligned box. true if this convex volume intersects the given translated box.
Parameters
| Name | Description |
|---|---|
| Origin | of the box. |
| Translation | to apply to the box. |
| Extent | of the box along each axis. |