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 IntersectTriangle
&40;
const FVector & PointA,
const FVector & PointB,
const FVector & PointC,
bool & bOutFullyContained
&41; const
Remarks
Intersection test with a triangle param bOutFullyContained to know if the triangle was fully contained true if this convex volume intersects the given triangle.