Blueprint reference error when destroying a conponent

Hey guys,

I’m having issues whenever my blueprint actor destroys a selected light, its blueprint reference is producing errors. Anyway to resolve this?

Use an IsValid node to check that the light still exists before calling any of its functions.

Worked! Thanks so much