Object reference in Data table

I have a datatable consist of the structure with an object reference. Why am I no able to pick actor in the datatable? As shown in the image, the picker icon and the drop button are inactive.
image

You have to put the class and then spawn. the actors don’t exist even when you create the table

Alternatively, u can use Soft Object Reference instead. It allows u to pick the reference u wanna store in a data table.

One caveat is u can’t pick the soft object reference of the one spawned by PlayerStart. For example, if ur PlayerStart spawns a CoinA of MyCoin class, u can only pick any other existing instance of MyCoin but not CoinA unless it exists somewhere else. u may need to handle the null entry if this happens.

1 Like