Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeModifier
- NodeModifierMeshClipWithUVMask
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeModifierMeshClipWithUVMask.h |
| Include | #include "MuT/NodeModifierMeshClipWithUVMask.h" |
Syntax
class NodeModifierMeshClipWithUVMask : public mu::NodeModifier
Remarks
This node can clip part of a mesh using UV space-data (an image or a list of layout blocks).
Variables
| Type | Name | Description | |
|---|---|---|---|
| Ptr< NodeLayout > | ClipLayout | If the image above is null, clipping may hapopen with layout blocks. | |
| Ptr< NodeImage > | ClipMask | Image with the regions to remove. | |
| EFaceCullStrategy | FaceCullStrategy | ||
| uint8 | LayoutIndex | Layout index of the UVs to use inthe source mesh to ben clipped with the mask. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNodeType * |
Overridden from Node
Constants
| Name | Description |
|---|---|
| StaticType |