Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.ParticleModuleKillBox

Extends
ParticleModuleKillBase
Modifiers
native ( Particle ) editinlinenew collapsecategories hidecategories ( Object )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleKillBase
      |   
      +-- Engine.ParticleModuleKillBox

Variables Summary
Kill
boolbAbsolute
boolbKillInside
rawdistributionvectorLowerLeftCorner
rawdistributionvectorUpperRightCorner
Inherited Variables from Engine.ParticleModule
b3DDrawMode, bCurvesAsColor, bEditable, bEnabled, bSpawnModule, bSupported3DDrawMode, bUpdateModule, ModuleEditorColor

Enumerations Summary
Inherited Enumerations from Engine.ParticleModule
EModuleType, EParticleSourceSelectionMethod

Structures Summary
Inherited Structures from Engine.ParticleModule
ParticleCurvePair


Variables Detail

Kill

bAbsolute Source code

var(Kill) bool bAbsolute;
If TRUE, the box coordinates is in world space

bKillInside Source code

var(Kill) bool bKillInside;
If TRUE, particles INSIDE the box will be killed. If FALSE (the default), particles OUTSIDE the box will be killed.

LowerLeftCorner Source code

var(Kill) rawdistributionvector LowerLeftCorner;
The lower left corner of the box

UpperRightCorner Source code

var(Kill) rawdistributionvector UpperRightCorner;
The upper right corner of the box


Defaultproperties

defaultproperties
{
   LowerLeftCorner=(Distribution=DistributionLowerLeftCorner,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000))
   UpperRightCorner=(Distribution=DistributionUpperRightCorner,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000))
   bUpdateModule=True
   bSupported3DDrawMode=True
   Name="Default__ParticleModuleKillBox"
   ObjectArchetype=ParticleModuleKillBase'Engine.Default__ParticleModuleKillBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:40.595 - Created with UnCodeX