TMeshTangents::SetTangentCount

Set the size of the Tangents array to Count, and optionally clear all values to (0,0,0)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshTangents.h"

Source

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

Syntax

void SetTangentCount
(
    int Count,
    bool bClearToZero
)

Remarks

Set the size of the Tangents array to Count, and optionally clear all values to (0,0,0)

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