Navigation
API > API/Plugins > API/Plugins/MeshPartition
Source of the projection-plane normal for the PlaneProject UV layout method.
| Name | UE::MeshPartition::EPlaneProjectionNormalSource |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/MeshPartitionUVLayoutMethod.h |
| Include Path | #include "MeshPartitionUVLayoutMethod.h" |
Syntax
namespace UE
{
namespace MeshPartition
{
enum EPlaneProjectionNormalSource
{
AverageNormal,
FixedPlane,
}
}
}
Values
| Name | Remarks |
|---|---|
| AverageNormal | Use the area-weighted average of the section's triangle normals. |
| FixedPlane | Use a fixed normal supplied by the asset. |