Check for widget change

Gameplay tags are like better enumerators. With enums there is one big problem: C++ during runtime knows them only as byte or int32. Blueprints are fine, but then C++ side does not know enums from blueprints.

GamePlayTags are like enums that have nice support, functions, and can have that hierarchy built in.

1 Like