Glowing Effect

Two questions:

  1. What is the best way to create a temporary glowing effect in a certain color around a mesh
  2. What is the best way to temporary change the mesh it self to become glowing with a certain color

Thoughts?

C

  1. depends on how it should look like -> you could use a particle system for that or probably an emissive material will also give you the right result
  2. Just enable “emissive” in your material + use parameters to set the strength and colour of your material with blueprints :slight_smile:

Thanks. Decided to use a particle system.