PROBLEM: Getting the levels present in steam workshop to show up In the game

I am trying to fetch all the items present in the Steam Workshop and show them in the game.

I am using this - Steam Workshop Create Query for getting all the items but it just supplies me with a list which doesn’t contain any information about the items.

I guess there is something wrong with my implementation. Here is the code. I guess the problem lies in line 256.

Thank you for the help


SOLVED IT

ISteamUGC Interface (Steamworks Documentation) - This method only gets us level ID of each level in the workshop

So after getting the ID I use this - ISteamUGC Interface (Steamworks Documentation) to get the details about the level