What dose this mean? There is no C++ side for BlueprintImplementableEvent functions. That tag exists only for Blueprint implementations. If you want both, you need to use BlueprintNativeEvent, but even there it will prefer the BP version over the C++ version.