How do I define lights shape?

Hello! How can I change the shape of lights in ue4? For instance, I want to make a monster whose eyes emit light in cylindrical shape. Thus the monster pursues a character when the character stands in its light. How can I make variations of the light if I want to make monsters that emit light in various shapes? What is the best practice to do it? I need this for isometric 3D game.

Hey there you can try changing the light length and light radius parameter on the light, that should bend the reflection of the light to something other than a sphere. You might also want to add an emissive material on the eyes.

Hi!

I think this is what you’re looking for: