Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/Table
Inheritance Hierarchy
- Base
- Table::Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/TablePrivate.h |
| Include | #include "MuT/TablePrivate.h" |
Syntax
class Private : public mu::Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TABLE_COLUMN > | m_columns | ||
| string | m_name | ||
| bool | m_NoneOption | ||
| TArray< TABLE_ROW > | m_rows |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | FindRow
(
uint32_t id |
Find a row in the table by id. Return -1 if not found. | |
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |