FConvexVolume::ClipPolygon

Clips a polygon to the volume.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ConvexVolume.h

Include

#include "ConvexVolume.h"

Source

/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp

Syntax

bool ClipPolygon
(
    class FPoly & Polygon
) const

Remarks

Clips a polygon to the volume.

Returns

Returns false if the polygon is entirely outside the volume and true otherwise.

Parameters

Parameter

Description

Polygon

The polygon to be clipped. If the true is returned, contains the clipped polygon.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss