I am not able to edit a component from a blueprint

Hi, I´ve been taking the course “Unreal Engine 4 Mastery: Create Multiplayer Games with C++” from Udemy and I am currently trying to add an effect component to an object when I colide with it. I follwed the video tutorial and after adding the “Effect” parameter to the blueprint I get the following message when trying to edit the parameter.

I´ve checked and I do not think there is anything wrong with my code as I´ve followed step by step the tutorial. This is my code:

I´ve restarted Unreal, Recompiled the code. Compiled the Blueprint and still have no succes on being able to edit the effect parameter. Any help given will be of great help! Thanks.

You set it to visibleanywhere, meaning you can only view it. If you want to edit it, set it to “EditAnywhere” instead.