Home Unreal Engine
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Light spawned as part of an effect?

polycounter lvl 17
Offline / Send Message
Cybergooch polycounter lvl 17
I think I already know the answer to this, but will ask anyway: is there a way to set up an effect in Cascade and include (spawn) a light for say, an explosion effect?

Replies

  • passerby
    Offline / Send Message
    passerby polycounter lvl 14
    you would have the spawn and kill the light using Kismet or Uscript.

    for the purpoes of just presentation you could just animate the light comeing on than off using maintee
  • Rekmar
    Offline / Send Message
    Rekmar polycounter lvl 20
    that would work but lights cant be spawned. you'd need to extend the apropriate light class (ie. spotlight, or whatever light type you want) and set bStatic=false and bNoDelete=false on its defaultproperties, and that will allow it to be spawned
Sign In or Register to comment.