Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeStaticMeshFactoryNod-
Description
Set the scale to apply to the mesh when allocating the distance field volume texture. The default scale is 1, which assumes that the mesh will be placed unscaled in the world.
| Name | SetCustomDistanceFieldResolutionScale |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeStaticMeshFactoryNode.h |
| Include Path | #include "InterchangeStaticMeshFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeStaticMeshFactoryNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | StaticMesh")
bool SetCustomDistanceFieldResolutionScale
(
const float & AttributeValue,
bool bAddApplyDelegate
)