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 ClipPolygon
&40;
class FPoly & Polygon
&41; const
Remarks
Clips a polygon to the volume. Returns false if the polygon is entirely outside the volume and true otherwise.
Parameters
Name | Description |
---|---|
Polygon | The polygon to be clipped. If the true is returned, contains the clipped polygon. |