Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Sculpting > API/Plugins/MeshModelingToolsExp/Sculpting/UE__SculptUtil__RecalculateROINo-
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshSculptUtil.h |
| Include | #include "Sculpting/MeshSculptUtil.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/Sculpting/MeshSculptUtil.cpp |
namespace UE
{
namespace SculptUtil
{
void UE::SculptUtil::RecalculateROINormals
(
FDynamicMesh3 * Mesh,
TArray < std::atomic< bool > > & ROIFlags,
bool bIsOverlayElements
)
}
}
Remarks
Recalculate either overlay normals or vertex normals for the given indices that are true in ROIFlags
Parameters
| Name | Description |
|---|---|
| bIsOverlayElements | if true, ROIFlags is interpreted as overlay element ID flags, otherwise as vertex IDs |