I use UCommonAnimatedSwitcher to switch between different menus (pause menu, inventory, map, etc.). Its description says: “A widget switcher that activates / deactivates CommonActivatableWidgets, allowing for associated animations to trigger.” I have switches and animations working, but the ActivateWidget() and DeactivateWidget() methods are not called. Moreover, I did not find these methods in the cpp file. Is this a bug in the plugin code, or am I making a mistake somewhere?