UE3:UTEmitter (UDK): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary |
m 1 revision: class descriptions for UDK January update (part 7) |
(No difference)
|
Latest revision as of 05:52, 17 January 2010
- Package:
- UTGame
- Direct subclasses:
- UTEmit_HitEffect, UTReplicatedEmitter
- This class in other games:
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. |
Default values
Property | Value |
---|---|
bDestroyOnSystemFinish | True |
bNoDelete | False |
Components[0] | ParticleSystemComponent'ParticleSystemComponent0' |
LifeSpan | 7.0 |
Subobjects
ParticleSystemComponent0
Class: Engine.ParticleSystemComponent
Inherits from: Emitter.ParticleSystemComponent0
Property | Value |
---|---|
bOverrideLODMethod | True |
LODMethod | PARTICLESYSTEMLODMETHOD_DirectSet |
ReplacementPrimitive | None |
SecondsBeforeInactive | 0.0 |
Functions
Static functions
GetTemplateForDistance
static final function ParticleSystem GetTemplateForDistance (const out array<UTPawn.DistanceBasedParticleTemplate> TemplateList, Object.Vector SpawnLocation, WorldInfo WI)
utility function to select the best template from the passed in list the list is assumed to be in order from greatest distance to shortest distance
Events
SetTemplate
simulated event SetTemplate (ParticleSystem NewTemplate, optional bool bDestroyOnFinish)
Overrides: Emitter.SetTemplate
Other instance functions
SetLightEnvironment
function SetLightEnvironment (LightEnvironmentComponent Light)