Datatable Hard Reference Loading

If I have a datatable that contains hard references, are all those references loaded into memory whenever the table is accessed?

eg. datatable containing list of all possible weapons skeletal meshes

(Trying to decide if I need to change table to use soft references)

I’m pretty sure they are.