Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeSurface
- NodeSurfaceNew
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeSurfaceNew.h |
| Include | #include "MuT/NodeSurfaceNew.h" |
Syntax
class NodeSurfaceNew : public mu::NodeSurface
Remarks
This node makes a new Surface (Mesh Material Section) from a mesh and several material parameters like images, vectors and scalars.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ExternalId | An optional, opaque id that will be returned in the surfaces of the created instances. | |
| TArray< FImageData > | Images | ||
| Ptr< NodeMesh > | Mesh | ||
| FString | Name | ||
| TArray< FScalar > | Scalars | ||
| int32 | SharedSurfaceId | Add an id that will be used to identify the same surface in other LODs. | |
| TArray< FStringData > | Strings | ||
| TArray< FString > | Tags | Tags added to the surface: | |
| TArray< FVectorData > | Vectors |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNodeType * |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| FImageData | |||
| FScalar | |||
| FStringData | |||
| FVectorData |
Constants
| Name | Description |
|---|---|
| StaticType |