Mostly Harmless

UE2:ParticleSprayer instance functions (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> ParticleSprayer (instance functions)

Instance functions

GetDefaultParticleFadePhase

simulated function byte GetDefaultParticleFadePhase (int Index)


GetDefaultParticleGrowPhase

simulated function byte GetDefaultParticleGrowPhase (int Index)


GetDefaultParticleLifeSpan

simulated function float GetDefaultParticleLifeSpan (int Index)


GetDefaultParticleMaxDrawScale

simulated function float GetDefaultParticleMaxDrawScale (int Index)


GetDefaultParticleMaxFadeRate

simulated function float GetDefaultParticleMaxFadeRate (int Index)


GetDefaultParticleMaxGrowRate

simulated function float GetDefaultParticleMaxGrowRate (int Index)


GetDefaultParticleMaxInitialVelocity

simulated function float GetDefaultParticleMaxInitialVelocity (int Index)


GetDefaultParticleMaxScaleGlow

simulated function float GetDefaultParticleMaxScaleGlow (int Index)


GetDefaultParticleMinDrawScale

simulated function float GetDefaultParticleMinDrawScale (int Index)


GetDefaultParticleMinFadeRate

simulated function float GetDefaultParticleMinFadeRate (int Index)


GetDefaultParticleMinGrowRate

simulated function float GetDefaultParticleMinGrowRate (int Index)


GetDefaultParticleMinInitialVelocity

simulated function float GetDefaultParticleMinInitialVelocity (int Index)


GetDefaultParticleMinScaleGlow

simulated function float GetDefaultParticleMinScaleGlow (int Index)


GetDefaultParticleWeight

simulated function float GetDefaultParticleWeight (int Index)


GetParticleFadePhase

simulated function byte GetParticleFadePhase (int Index)


GetParticleGrowPhase

simulated function byte GetParticleGrowPhase (int Index)


GetParticleLifeSpan

simulated function float GetParticleLifeSpan (int Index)


GetParticleMaxDrawScale

simulated function float GetParticleMaxDrawScale (int Index)


GetParticleMaxFadeRate

simulated function float GetParticleMaxFadeRate (int Index)


GetParticleMaxGrowRate

simulated function float GetParticleMaxGrowRate (int Index)


GetParticleMaxInitialVelocity

simulated function float GetParticleMaxInitialVelocity (int Index)


GetParticleMaxScaleGlow

simulated function float GetParticleMaxScaleGlow (int Index)


GetParticleMinDrawScale

simulated function float GetParticleMinDrawScale (int Index)


GetParticleMinFadeRate

simulated function float GetParticleMinFadeRate (int Index)


GetParticleMinGrowRate

simulated function float GetParticleMinGrowRate (int Index)


GetParticleMinInitialVelocity

simulated function float GetParticleMinInitialVelocity (int Index)


GetParticleMinScaleGlow

simulated function float GetParticleMinScaleGlow (int Index)


GetParticleWeight

simulated function float GetParticleWeight (int Index)


SetFollowActor

simulated function SetFollowActor (Actor Other)


SetParticleFadePhase

simulated function SetParticleFadePhase (byte FadePhase, int Index)


SetParticleGrowPhase

simulated function SetParticleGrowPhase (byte GrowPhase, int Index)


SetParticleLifeSpan

simulated function SetParticleLifeSpan (float LifeSpan, int Index)


SetParticleMaxDrawScale

simulated function SetParticleMaxDrawScale (float MaxDrawScale, int Index)


SetParticleMaxFadeRate

simulated function SetParticleMaxFadeRate (float MaxFadeRate, int Index)


SetParticleMaxGrowRate

simulated function SetParticleMaxGrowRate (float MaxGrowRate, int Index)


SetParticleMaxInitialVelocity

simulated function SetParticleMaxInitialVelocity (float MaxInitialVelocity, int Index)


SetParticleMaxScaleGlow

simulated function SetParticleMaxScaleGlow (float MaxScaleGlow, int Index)


SetParticleMinDrawScale

simulated function SetParticleMinDrawScale (float MinDrawScale, int Index)


SetParticleMinFadeRate

simulated function SetParticleMinFadeRate (float MinFadeRate, int Index)


SetParticleMinGrowRate

simulated function SetParticleMinGrowRate (float MinGrowRate, int Index)


SetParticleMinInitialVelocity

simulated function SetParticleMinInitialVelocity (float MinInitialVelocity, int Index)


SetParticleMinScaleGlow

simulated function SetParticleMinScaleGlow (float MinScaleGlow, int Index)


SetParticleWeight

simulated function SetParticleWeight (float Weight, int Index)