There is no spoon
UE3:ParticleModuleStoreSpawnTime (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> ParticleModule >> ParticleModuleStoreSpawnTimeBase >> ParticleModuleStoreSpawnTime |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
With this you can store the exact time a particle system was spawned. This is useful for additional effects based off the time when the parent effect's particles were spawned. You need to the spawn time because the RelativeTime is for when that specific particle system will die. Due to having random durations you are not guarenteed for that value to represent the order in which the individual particles were spawned.