Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageTable
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageTable.h |
| Include | #include "MuT/NodeImageTable.h" |
Syntax
class NodeImageTable : public mu::NodeImage
Remarks
This node provides the meshes stored in the column of a table.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const char * | GetColumn () |
||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| TablePtr | GetTable () |
||
| void | Serialise
(
const NodeImageTable* pNode, |
||
| void | SetColumn
(
const char* strName |
||
| void | SetParameterName
(
const char* strName |
Set the name of the implicit table parameter. | |
| void | |||
| NodeImageTablePtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |