TDynamicAttributeSetBase::OnNewTriangle

These functions are called by the [FDynamicMesh3](API\Runtime\GeometryCore\DynamicMesh\FDynamicMesh3) to update the various attributes when the parent mesh topology has been modified.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

TDynamicAttributeSetBase::OnNewTriangle()

FDynamicMeshAttributeSet::OnNewTriangle()

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicAttribute.h

Include

#include "DynamicMesh/DynamicAttribute.h"

Syntax

virtual void OnNewTriangle
(
    int TriangleID,
    bool bInserted
)

Remarks

These functions are called by the FDynamicMesh3 to update the various attributes when the parent mesh topology has been modified.