Hi, I am new to C++ for UE4. I created two structures, one for DataTable and one for Blueprint, but for some reason they are not there. Here are the screenshots:
Please Help, Thanks.
Hi, I am new to C++ for UE4. I created two structures, one for DataTable and one for Blueprint, but for some reason they are not there. Here are the screenshots:
Please Help, Thanks.
ItemSlot variables are not showing up because you don’t have EditAnywhere in it’s member variable’s UPROPERTY.
For the DataTable, I think you have to search for Recipe instead of FRecipe.
THANK YOU
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.