Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::MeshPartition::ESplineModifierBlendMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/Modifiers/MeshPartitionSplineModifier.h |
| Include Path | #include "Modifiers/MeshPartitionSplineModifier.h" |
Syntax
namespace UE
{
namespace MeshPartition
{
enum ESplineModifierBlendMode
{
Normal,
Min,
Max,
}
}
}
Values
| Name | Remarks |
|---|---|
| Normal | No restrictions on which vertices are affected |
| Min | Only move vertices lying on the positive Z side of the spline |
| Max | Only move vertices lying on the negative Z side of the spline |