Skip to content

"BlueprintImplementableEvent function is not implemented in any blueprint" issue with meta = (ForceAsFunction) #289

@josern-slipgate

Description

@josern-slipgate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions