What Would the best way to make a CROP glow?

Hi guys,
I have been trying to make a custom crop - now i can’t seem to find any tutorials on it so not sure whether I’m going about this the right way well more looking for suggestion on how to achieve the effect im looking for. Basically i am trying to add a light source to a crop phase - mean’t to look like glowing fruit. Not sure how to achieve this as my first thought was to use a particle system but it has to be a static mesh by the looks of it.

Any suggestions or pointers in the right direction would be great; hope you guys can help :slight_smile:
Cheers,
Newbie Mod Develeoper

Use the event manager tab at the top right to create an event that it spawns one.

You can just add a particle system component and/or light compent in the components tab of your blueprint. You could also achieve this with an emissive material on your mesh i would think.

As a test I would add the alpha particle emitter as a component to it. Once you get that to work you can add your own or edit it.