Maybe I should have formulated an actual question. ^^
I have a DataTable Asset. In that Table is a column to destinguish chunks of data (simple int). How would you read out the Table and sort it (get me all Rows with (int)2 in column 2) without the use of UDataTable::GetTableData() or Blueprints?