Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeSurfaceNew
Inheritance Hierarchy
- Base
- mu::BaseVisitable< Ptr< class ASTOp >, DefaultCatchAll, true >
- Node::Private
- NodeSurfaceNew::Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/NodeSurfaceNewPrivate.h |
| Include | #include "MuT/NodeSurfaceNewPrivate.h" |
Syntax
class Private : public mu::Node::Private
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32_t | ExternalId | ||
| TArray< IMAGE > | m_images | ||
| TArray< MESH > | m_meshes | ||
| string | m_name | ||
| TArray< SCALAR > | m_scalars | ||
| TArray< STRING > | m_strings | ||
| TArray< mu::string > | m_tags | Tags in this surface. | |
| TArray< VECTOR > | m_vectors | ||
| int32 | SharedSurfaceId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ReturnType | Accept
(
::mu::BaseVisitor& guest |
||
| int | FindImage
(
const char* strName |
Find an image node index by name or return -1. | |
| int | FindMesh
(
const char* strName |
Find a mesh node index by name or return -1. | |
| int | FindScalar
(
const char* strName |
Find a scalar node index by name or return -1. | |
| int | FindString
(
const char* strName |
Find a string node index by name or return -1. | |
| int | FindVector
(
const char* 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 |