Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Table
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Table.h |
| Include | #include "MuT/Table.h" |
Syntax
class Table : public mu::RefCounted
Remarks
A table that contains many rows and defines attributes like meshes, images, colours, etc. for every column. It is useful to define a big number of similarly structured objects, by using the NodeDatabase in a model expression.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Table () |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~Table () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddColumn
(
const FString&, |
||
| void | |||
| int32 | FindColumn
(
const FString& |
Return the column index with the given name. -1 if not found. | |
| const FString & | GetName () |
||
| Private * | GetPrivate () |
||
| void | Serialise
(
const Table* p, |
||
| void | |||
| void | |||
| void | SetCell
(
int32 Column, |
||
| void | |||
| void | |||
| void | |||
| Ptr< Table > | StaticUnserialise
(
InputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |