Navigation
API > API/Plugins > API/Plugins/MutableRuntime
This type is used in some mesh clip operations. Warning: this type is used compiled COs. Any relevant change to the option order requires and update in the CustomizableObjectPrivate::ECustomizableObjectVersions
| Name | EFaceCullStrategy |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Types.h |
| Include Path | #include "MuR/Types.h" |
Syntax
enum EFaceCullStrategy
{
AllVerticesCulled = 0 UMETA(DisplayName = "Remove face if all vertices removed"),
OneVertexCulled = 1 UMETA(DisplayName = "Remove face if one vertex removed"),
}
Values
| Name | Remarks |
|---|---|
| AllVerticesCulled | |
| OneVertexCulled |