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

Engine.ParticleModuleTypeDataBeam

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

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

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleTypeDataBase
      |   
      +-- Engine.ParticleModuleTypeDataBeam

Variables Summary
Beam
EBeamMethodBeamMethod
rawdistributionfloatDistance
rawdistributionfloatEmitterStrength
rawdistributionvectorEndPoint
rawdistributionvectorEndPointDirection
EBeamEndPointMethodEndPointMethod
boolRenderDirectLine
boolRenderGeometry
boolRenderLines
boolRenderTessellation
rawdistributionfloatTargetStrength
intTessellationFactor
intTextureTile
Inherited Variables from Engine.ParticleModule
b3DDrawMode, bCurvesAsColor, bEditable, bEnabled, bSpawnModule, bSupported3DDrawMode, bUpdateModule, ModuleEditorColor

Enumerations Summary
EBeamEndPointMethod
PEBEPM_Calculated, PEBEPM_Distribution, PEBEPM_Distribution_Constant
EBeamMethod
PEBM_Distance, PEBM_EndPoints, PEBM_EndPoints_Interpolated, PEBM_UserSet_EndPoints, PEBM_UserSet_EndPoints_Interpolated
Inherited Enumerations from Engine.ParticleModuleTypeDataBase
FluidEmitterShape, FluidEmitterType, FluidPacketSizeMultiplier, FluidSimulationMethod
Inherited Enumerations from Engine.ParticleModule
EModuleType, EParticleSourceSelectionMethod

Structures Summary
Inherited Structures from Engine.ParticleModuleTypeDataBase
PhysXFluidTypeData
Inherited Structures from Engine.ParticleModule
ParticleCurvePair


Variables Detail

Beam

BeamMethod Source code

var(Beam) EBeamMethod BeamMethod;

Distance Source code

var(Beam) rawdistributionfloat Distance;

EmitterStrength Source code

var(Beam) rawdistributionfloat EmitterStrength;

EndPoint Source code

var(Beam) rawdistributionvector EndPoint;

EndPointDirection Source code

var(Beam) rawdistributionvector EndPointDirection;

EndPointMethod Source code

var(Beam) EBeamEndPointMethod EndPointMethod;

RenderDirectLine Source code

var(Beam) bool RenderDirectLine;

RenderGeometry Source code

var(Beam) bool RenderGeometry;

RenderLines Source code

var(Beam) bool RenderLines;

RenderTessellation Source code

var(Beam) bool RenderTessellation;

TargetStrength Source code

var(Beam) rawdistributionfloat TargetStrength;

TessellationFactor Source code

var(Beam) int TessellationFactor;

TextureTile Source code

var(Beam) int TextureTile;


Enumerations Detail

EBeamEndPointMethod Source code

enum EBeamEndPointMethod
{
PEBEPM_Calculated, PEBEPM_Distribution, PEBEPM_Distribution_Constant
};

EBeamMethod Source code

enum EBeamMethod
{
PEBM_Distance, PEBM_EndPoints, PEBM_EndPoints_Interpolated, PEBM_UserSet_EndPoints, PEBM_UserSet_EndPoints_Interpolated
};


Defaultproperties

defaultproperties
{
   Distance=(Distribution=DistributionDistance,Op=1,LookupTableNumElements=1,LookupTableChunkSize=1,LookupTable=(0.000000,0.000000,0.000000,0.000000))
   EndPoint=(Distribution=DistributionEndPoint,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000))
   TessellationFactor=1
   EmitterStrength=(Distribution=DistributionEmitterStrength,Op=1,LookupTableNumElements=1,LookupTableChunkSize=1,LookupTable=(1000.000000,1000.000000,1000.000000,1000.000000))
   TargetStrength=(Distribution=DistributionTargetStrength,Op=1,LookupTableNumElements=1,LookupTableChunkSize=1,LookupTable=(1000.000000,1000.000000,1000.000000,1000.000000))
   EndPointDirection=(Distribution=DistributionEndPointDirection,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(0.000000,1.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000))
   RenderGeometry=True
   bSpawnModule=True
   bUpdateModule=True
   Name="Default__ParticleModuleTypeDataBeam"
   ObjectArchetype=ParticleModuleTypeDataBase'Engine.Default__ParticleModuleTypeDataBase'
}

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