Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Types.h |
| Include | #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 | Description |
|---|---|
| AllVerticesCulled | |
| OneVertexCulled |
Remarks
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