Skip to content
Media 0 for listing Data Table Function Library

Description

📚 DOCUMENTATION | 💬 DISCORD SUPPORT

The Data Table Function library adds a number of new functions to work with data tables in Unreal Engine. Data tables are incredibly useful and widely used in Unreal Engine, however, the engine itself offers very few nodes to interact with this asset. The library adds a number of new nodes to help you work faster and/or minimize the amount of code needed when dealing with data tables.

The main purpose of the nodes is to let you query the data tables in a variety of ways. This ranges from straight out converting a table to an array of structs, to looping through a table one row at the time or looking for a specific row that contains a specific property. More advanced query methods are included with nodes that let you query the data table using a predicate.

The library also offers two nodes that let you work with data tables within the editor. The node allow for adding and removing rows from the data table making it easier to automate filling in data tables.

Included formats

  • logo of Unreal Engine format