Ok. It seems you have to add const after your Argumentlist.
bool operator==(const FInventoryItem& OtherItem) const
{
return ...
}
This worked in my project ![]()
Good luck
Ok. It seems you have to add const after your Argumentlist.
bool operator==(const FInventoryItem& OtherItem) const
{
return ...
}
This worked in my project ![]()
Good luck