Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConvexVolume
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include | #include "ConvexVolume.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp |
bool IntersectLineSegment
&40;
const FVector & Start,
const FVector & End
&41; const
Remarks
Intersection test with line segment true if this convex volume intersects the given line segment
Parameters
| Name | Description |
|---|---|
| Start | of the segment. |
| End | of the segment. param bOutFullyContained to know if the sphere was fully contained |