Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeSurfaceNew
Inheritance Hierarchy
- Node::Private
- NodeSurfaceNew::Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Internal/MuT/NodeSurfaceNewPrivate.h |
Syntax
class Private : public mu::Node::Private
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ExternalId | ||
| TArray< IMAGE > | m_images | ||
| TArray< MESH > | m_meshes | ||
| FString | m_name | ||
| TArray< SCALAR > | m_scalars | ||
| TArray< STRING > | m_strings | ||
| TArray< FString > | m_tags | Tags in this surface. | |
| TArray< VECTOR > | m_vectors | ||
| int32 | SharedSurfaceId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | Find an image node index by name or return -1. | ||
| int | Find a mesh node index by name or return -1. | ||
| int | FindScalar
(
const FString& strName |
Find a scalar node index by name or return -1. | |
| int | FindString
(
const FString& strName |
Find a string node index by name or return -1. | |
| int | FindVector
(
const FString& strName |
Find a vector node index by name or return -1. | |
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Classes
Constants
| Name | Description |
|---|---|
| s_type |