USimpleDynamicMeshComponent::GetTangents

Calling this with TangentsType = AutoCalculated will result in possibly-expensive Tangents calculation

Windows
MacOS
Linux

Warnings

  • calling this with TangentsType = AutoCalculated will result in possibly-expensive Tangents calculation

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/SimpleDynamicMeshComponent.h

Include

#include "SimpleDynamicMeshComponent.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/SimpleDynamicMeshComponent.cpp

Syntax

FMeshTangentsf * GetTangents()

Remarks

Calling this with TangentsType = AutoCalculated will result in possibly-expensive Tangents calculation

Returns

pointer to internal tangents object.

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