Navigation
API > API/Plugins > API/Plugins/MeshPartition
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::MeshPartition::EProjectModifierBlendMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/Modifiers/MeshPartitionProjectModifierTypes.h |
| Include Path | #include "Modifiers/MeshPartitionProjectModifierTypes.h" |
Syntax
namespace UE
{
namespace MeshPartition
{
enum EProjectModifierBlendMode
{
Raise,
Lower,
Set,
}
}
}
Values
| Name | Remarks |
|---|---|
| Raise | Only allow moving vertices in the positive Z direction in projection space, i.e. in the opposite direction of the projection raycast. |
| Lower | Only allow moving vertices in the negative Z direction in projection space, i.e. in the same direction as the projeciton raycast. |
| Set | Raise or lower the vertices as needed to get to the projected position. |