I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:RParticles/EmitterCombiner

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Actor (UT) >> ParticleSystem >> EmitterCombiner

This class is part of RParticles by Raven

Emitter Combiner is used for merging many emitters into one effect.

Group Force[edit]

SMultiS EmitterConfig[50] 
emitter configuration
bool bTrailerEmitter 
should emitters fallow this actor
bool bSpawnOnceOnly 
should emitter be spawned once only
bool bDestroy 
should EmitterMultiSpawner be destroyed
int EmitterNum 
number of emitters (can not be 0 or higher then 50)

STRUCTS[edit]

SMultiS[edit]

class<ParticleEmitter> ParticleEmitter 
spawned emitters
vector EmitterOffset 
emitter position relative to EmitterMultiSpawner location
rotator EmittterRotation 
emitters rotations
name EmitterState 
emitter state (TriggerControl/TriggerTurnsOff/TriggerTurnsOn/TriggerToggle/TriggeredBlast)
name EmitterTag 
tag (so it can be triggered)
ERotationType RoataionType 
type of emitter rotation

ENUMS[edit]

ERotationType[edit]

ROT_Default ; rotation will not be changed
ROT_Spawner ; emitter will have EmitterMultiSpawner rotation
ROT_Custom 
custom rotation (EmittterRotation)