Page MenuHomeAnticto

Mutable for Unreal Engine | Skeletal Mesh Node
Updated 1,009 Days AgoPublic

Mesh.png (283×758 px, 61 KB)


Function

Get access to the sections (also known as material slots) of a skeletal mesh and to each of the sections texture parameters.


Use Cases

Define a character body to use in further modifications, like the basic player character before any customization.
Add a cloth piece, like a helmet.
Define a remove or a clip mesh volume, like removing the scalp geometry when the character wears a helmet.


Node Properties

imagen.png (385×378 px, 30 KB)
Skeletal Mesh: Skeletal mesh asset to import.
LODs (array): Shows all the LODs that the skeletal mesh has. It's informative, LODs added or removed here have no effect.
Materials (LODs array item)(array): Each material slot that exists for the current LOD will be listed here. It's informative, sections added or removed from here have no impact.
Name (Materials array item): Name of the material slot. It's informative, sections cannot be renamed from here.
Show LODPins on Node (LODs array item): Toggles the appearence of the mesh output pins. Requires a node refresh to update the pins. When toggled off, for this LOD, material texture output pins are also hidden.
Show Image Pins on Node (LODs array item): Toggles the appearence of the material textures output pins. Requires a node refresh to update the pins.


Input Pins

(material name) Layout: Optional layout, that defines how the material is divided. It's used to optimize the resulting UV layout, to remove blocks, to select what blocks are affected by other modifiers and to define the relationsip between block size and resolution for this material when the material is extended. If left disconnected, it's considered a single 1x1 block. One pin appears for each material slot in the skeletal mesh for each LOD.


Output Pins

(material name) Mesh: The mesh section of the chosen skeletal mesh. One pin appears for each material slot in the mesh for each LOD in which it is active.
(material channel name): The texture in this material channel of the chosen mesh. One pin appears under the corresponding mesh material slot for each filled channel if that LOD has Show Image Pins on Node active. If it's a texture that will be connected directly to a Material Node and left unaltered, it's more efficient to just leave it disconnected.

Last Author
ricard
Last Edited
Jun 18 2020, 9:32 AM

Event Timeline

ricard changed the title from Skeletal Mesh to Skeletal Mesh Node.Mar 18 2020, 11:47 AM
ricard edited the content of this document. (Show Details)
ricard published a new version of this document.Jun 12 2020, 4:36 PM
ricard changed the visibility from "All Users" to "Public (No Login Required)".