FDynamicMeshEditor::SetQuadNormals

Create and set new shared per-triangle normals for a pair of triangles that share one edge (ie a quad)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMeshEditor.h

Include

#include "DynamicMeshEditor.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMeshEditor.cpp

Syntax

void SetQuadNormals
(
    const FIndex2i & QuadTris,
    const FVector3f & Normal
)

Remarks

Create and set new shared per-triangle normals for a pair of triangles that share one edge (ie a quad)

Parameters

Parameter

Description

QuadTris

pair of triangle IDs. If second ID is invalid, it is ignored

Normal

normal vector to set

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