Navigation
Unreal Engine C++ API Reference > 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
&40;
const FVector & Origin,
const FVector & Translation,
const FVector & Extent
&41; const
Remarks
Intersection test with a translated axis-aligned box. true if this convex volume intersects the given translated box.
Parameters
Name | Description |
---|---|
Origin | Origin of the box. |
Translation | Translation to apply to the box. |
Extent | Extent of the box along each axis. |