Okay, here’s the quick rundown. I have a widget called “LevelEndStats” to show your score in stars and the gems you collect along the way once you finish the level.
This is my code that is sitting within the Widget to change from the default grey to a purple color. I know this code works because I tested with “EventBeginPlay” and the Gem in the widget was auto purple. Great. My problem comes when I try to make it a “CustomEvent”, as shown above.
This code sits within the Gem itself. On Overlap → Destroy Actor → Call Event to change the Gem. Yet every time I try and run this, I get an error saying it accessed none trying to read that last node. Am I missing something?