Navigation
Unreal Engine C++ API Reference > 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. |