Hello i have an actors and its ItemData component class default values .
First BP component class

It has two variables datatable row
and quantity . Default values is set to : testRow and quantity to 1 .
Then i add this component to Actor class and change default value of quantity to 5 .
and on Interaction i print its values but i am not getting value i want instead i am getting default values of BP_ItemData_Component
How to override default values set in BP class with actor values
