TableWidget Plugin

ArtVark presents the TableWidget Plugin.

Unreal Engine version: 5.4+
Platforms: Windows x64

A set of classes, Widget Blueprints, free resources, and over a hundred internal C++ functions to create, fill, and update highly customizable user interface Tables.

Demo project includes working examples of Listviews with column-based sorting, Treeview (subdirectories), Files Viewer (directory contents), imported DataTable, and numerical Matrix.

More Info: 2 demos and 36 video tutorials are available through the links on the plugin’s Fab page (or search youtube for “TableWidget ArtVark”).

Topics include:

  • Hierarchy of nested table widgets (Outer, Table, Columns, Cells)
  • How to create a Table (spawn Outer, set properties, fill with data)
  • 7 predefined table templates
  • Set table sizes, enumerations, flags, colors, optional buttons
  • How to add this Plugin to C++ Project (new or Demo), or to the Engine (for Blueprint-Only Projects)
  • Special features (cell highlight mode; optional right-to-left layout; adding images, buttons, or your own user widgets to cells).