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

  • this is only currently safe to call on the Game Thread!!

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

const FMeshTangentsf * GetTangents()

Remarks

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

this is only currently safe to call on the Game Thread!!

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