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

UE3:ParticleLODLevel (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ParticleLODLevel
Package: 
Engine
This class in other games:
UT3

ParticleLODLevel

Properties

bEnabled

Type: bool

True if the LOD level is enabled, meaning it should be updated and rendered.

Default value: True

ConvertedModules

Type: bool


Default value: True

EventGenerator

Type: ParticleModuleEventGenerator

Modifiers: export

The optional EventGenerator module.

EventReceiverModules

Type: array<ParticleModuleEventReceiverBase>

Modifiers: native

Event receiver modules only!

Level

Type: int

Modifiers: const

The index value of the LOD level

Modules

Type: array<ParticleModule>

Modifiers: editinline, export

An array of particle modules that contain the adjusted data for the LOD level

OrbitModules

Type: array<ParticleModuleOrbit>

Modifiers: native

OrbitModules These are used to do offsets of the sprite from the particle location.

PeakActiveParticles

Type: int


RequiredModule

Type: ParticleModuleRequired

Modifiers: editinline, export

The required module for this LOD level

SpawningModules

Type: array<ParticleModuleSpawnBase>

Modifiers: native

SpawningModules - These are called to determine how many particles to spawn.

SpawnModule

Type: ParticleModuleSpawn

Modifiers: export

The SpawnRate/Burst module - required by all emitters.

SpawnModules

Type: array<ParticleModule>

Modifiers: native

SpawnModules - These are called when particles are spawned.

TypeDataModule

Type: ParticleModule

Modifiers: export


UpdateModules

Type: array<ParticleModule>

Modifiers: native

UpdateModules - These are called when particles are updated.