Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeModifierSurfaceEdit
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeModifierSurfaceEdit.h |
| Include | #include "MuT/NodeModifierSurfaceEdit.h" |
Syntax
struct FTexture
Remarks
Data for every modified texture.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPatchApplyToAlpha | Patch alpha channel as well? | |
| Ptr< NodeImage > | Extend | Image to add if extgending. | |
| FString | MaterialParameterName | Name used to match the image with the original one being modified. | |
| EBlendType | PatchBlendType | Type of patching operation. | |
| TArray< FBox2f > | PatchBlocks | Rects in the parent layout homogeneous UV space to patch. | |
| Ptr< NodeImage > | PatchImage | Image to blend if patching. | |
| Ptr< NodeImage > | PatchMask | Optional mask controlling the blending area. |