Hello,
I have an object (the Circle) that I want to be grey when not in focus, and green when in focus.
So resulting to a LineTracebyChannel and BreaHitResult, I casted it into the wanted object (the circle is called BP_Menu).
I want to have two events : “on focus” and “not on focus” but the problem is that if the first one work (when casted to the object, it result in activating the event in the second graph), the second resulting in “if cast fail” doesn’t seem to be activated in the second graph, even though you can see it’s activated on the first graph…
I tried several solutions but couldn’t find something working. (Working with blueprints is still new for me)
So can you please help me to have my two events working ?
Regards,
Pierre