Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/FTable
| Name | Private |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Internal/MuT/TablePrivate.h |
Syntax
class Private
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Columns | TArray< FTableColumn > | |||
| Name | FString | |||
| Rows | TArray< FTableRow > |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindRow
(
uint32 id |
Find a row in the table by id. Return -1 if not found. |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNoneOption_DEPRECATED | bool | Transient value for serialization compatibility. |