Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeScalar
- NodeScalarTable
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarTable.h |
| Include | #include "MuT/NodeScalarTable.h" |
Syntax
class NodeScalarTable : public mu::NodeScalar
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 | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| TablePtr | GetTable () |
||
| void | Serialise
(
const NodeScalarTable* pNode, |
||
| void | |||
| void | SetDefaultRowName
(
const FString& RowName |
Set the row name to be used as default value. | |
| void | SetNoneOption
(
bool bAddOption |
Adds the "None" option to the parameter that represents this table column. | |
| void | SetParameterName
(
const FString& strName |
Set the name of the implicit table parameter. | |
| void | |||
| NodeScalarTablePtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |