Skip to content

DataTable Asset Get DataTable

Get a DataTable from a DataTableAsset.

Parameters

Parameter Description
Data Table Asset The DataTableAsset to read from.
Data Table Optional output that stores the resolved DataTable.
Succeeded True when the asset returned a table.

⚙ Details

This action reads the runtime table stored by a DataTableAsset.

Use it when you want to start from an asset reference and then pass the resulting DataTable into actions like Get Count, Sort, Save, or Set Row Values.

If the asset is missing or does not contain a table, Data Table stays empty and Succeeded is false.

Examples

  • Get a global inventory table from a shared asset before reading rows from it.
  • Resolve an asset-backed table once, then reuse the stored DataTable across several actions.