TDynamicAttributeSetBase::OnNewTriangle

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

Windows
MacOS
Linux

Override Hierarchy

TDynamicAttributeSetBase::OnNewTriangle()

FDynamicMeshAttributeSet::OnNewTriangle()

References

Module

DynamicMesh

Header

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

Include

#include "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.

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