Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeMeshFactoryNode
Description
Set whether normals in the imported mesh are ignored and recomputed. When normals are recomputed, the tangents are also recomputed.
| Name | SetCustomRecomputeNormals |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMeshFactoryNode.h |
| Include Path | #include "InterchangeMeshFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeMeshFactoryNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | FactoryNode | Mesh")
bool SetCustomRecomputeNormals
(
const bool & AttributeValue,
bool bAddApplyDelegate
)