Create glow in the dark material

Hi!
I was creating an animation in Unreal, but I need to create a material to glow in the dark, the ideal is this material or blueprint, or C++ code doesn’t matters, detect which part of the mesh is inside of the shadows and glow, the part in the light doesn’t glow
There is a way to detect the shadows over one mesh? and the intensity of the light?

Thanks!

I don’t think there is a way to detect light and dark, but I think you could set up a faint emissive color in the material so that it can only be seen when it is dark.
Hope this helped!