How to check object existance?

I spawned an actor. Crated variable with this actor. This actor may be destroyed from its own blueprint, but variable won’t change after that. How to check is this actor existed?

IsValid node checks if a Variable is assigned a Value or not. Not sure what you mean by check if this Actor existed but a simple Print String in the Actors Begin Play will tell you when it gets created.