Providing Autocomplete values for cheat commands?

Is there a way to provide autocomplete values for a console command? So, for example, say we have this console command:


 UFUNCTION(Exec)

void GiveItem(FString ItemID, int32 Quantity);


But ItemID is an FName from a data table that will be hard to remember. Is there any way to autocomplete values, so if they type “G”, the console would show them all the item FNames that start with G?