Adding UObject to DataTable

I’m trying to make a Data Table that can hold a row with a hard reference to a generic asset (a simple UObject), however if I put a UObject pointer to the row struct (defined in C++), it does not show up as one of the parameters I can assign in the row. Is there an alternate solution for this?