Access to Datatable Row Name as a Blueprint option?

Just to add how to accomplish this.

  1. Create a variable type: Data Table Row Handle. inside your blueprint.
  2. Compile
  3. In the details panel(inside the blueprint) you will see 2 values. DataTable and RowName.
  4. Select the DataTable type you wish to work with.

Extra Steps when working with Blueprints and Editor.
6. Set the variable DataTableRowHandle as public.
7. Now when you drag and drop a blueprint in the World you can select the instance and change its row value with a simple combo box.

6 Likes