This is old but this is probably the infamous modevsbase class conflict. You gotta make sure everything is consistent in that regard. Most classes have a “Base” class from which they derive (sort of) but you can’t mix them. For example if you use a game mode base class, then all your other classes should also be base if possible. otherwise events won’t fire properly. kind of a pain
2 Likes