ue4 how to transfer an already existing structure to a c++ function

this is a structure for storing items in an inventory.
int ID (standard value -1)
text Name
int Quantity
float Weight
bool Public
Textute2D Icon