EProfileSweepPolygonGrouping

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Generators/SweepGenerator.h

Include

#include "Generators/SweepGenerator.h"

Syntax

enum EProfileSweepPolygonGrouping
{
    Single,
    PerFace,
    PerSweepSegment,
    PerProfileSegment,
}

Values

Name

Description

Single

One polygroup for entire output mesh

PerFace

One polygroup per mesh quad/triangle

PerSweepSegment

One polygroup per strip that represents a step along the sweep curve.

PerProfileSegment

One polygroup per strip coming from each individual edge of the profile curve.

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