Hello there,
With the following code:
UFUNCTION(BlueprintImplementableEvent, BlueprintCallable, meta = (ForceAsFunction))
void Show();
Rider will signal BlueprintImplementableEvent function is not implemented in any blueprint under the Show method, although the function has been implemented in a derived Blueprint.
Kindly,
Joser