UDrawPolygonTool::GeneratePolygonMesh

Generate extruded meshes. Returns true on success.

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h

Include

#include "DrawPolygonTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/DrawPolygonTool.cpp

Syntax

bool GeneratePolygonMesh
(
    const TArray< FVector3d > & Polygon,
    const TArray< TArray< FVector3d >> & PolygonHoles,
    FDynamicMesh3 * ResultMeshOut,
    FFrame3d & WorldFrameOut,
    bool bIncludePreviewVtx,
    double ExtrudeDistance,
    bool bExtrudeSymmetric
)

Remarks

Generate extruded meshes. Returns true on success.

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