TPolygon2::VtxNormalOffset

Offset each point by the given Distance along vertex "normal" direction

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polygon2.h

Include

#include "Polygon2.h"

Syntax

void VtxNormalOffset
(
    T OffsetDistance,
    bool bUseFaceAvg
)

Remarks

Offset each point by the given Distance along vertex "normal" direction

Parameters

Parameter

Description

OffsetDistance

the distance to offset

bUseFaceAvg

if true, we offset by the average-face normal instead of the perpendicular-tangent normal

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