How to compare game save data?

There’s no identity operator for structs ( in blueprint ). Also here, it looks like you’re comparing references? ( from the color ).

You might try converting to an array and then using identity?

Otherwise, you might need to write some code to compare them :wink:

1 Like