TDynamicVertexAttribute::SetAttributeFromBary

Set the value at an Attribute to be a barycentric interpolation of three other Attributes

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicVertexAttribute.h"

Syntax

virtual void SetAttributeFromBary
(
    int SetAttribute,
    int AttributeA,
    int AttributeB,
    int AttributeC,
    const FVector3d & BaryCoords
)

Remarks

Set the value at an Attribute to be a barycentric interpolation of three other Attributes

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