I'm a doctor, not a mechanic
UE3:ParticleModuleBeamModifier (UDK)
Object >> ParticleModule >> ParticleModuleBeamBase >> ParticleModuleBeamModifier |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ParticleModuleBeamModifier
This module implements a single modifier for a beam emitter.
Properties
Property group 'Modifier'
ModifierType
Type: BeamModifierType
Whether this module modifies the Source or the Target.
Property group 'Position'
Position
Type: DistributionVector.RawDistributionVector
The value to use when modifying the position.
Default value:
Member | Value |
---|---|
Distribution | DistributionPosition |
LookupTable |
|
LookupTableChunkSize | 3 |
LookupTableNumElements | 1 |
Op | 1 |
PositionOptions
Type: BeamModifierOptions
The options associated with the position.
Property group 'Strength'
Strength
Type: DistributionFloat.RawDistributionFloat
The value to use when modifying the Strength.
Default value:
Member | Value |
---|---|
Distribution | DistributionStrength |
LookupTable |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
StrengthOptions
Type: BeamModifierOptions
The options associated with the Strength.
Property group 'Tangent'
bAbsoluteTangent
Type: bool
If TRUE, don't transform the tangent modifier into the tangent basis.
Tangent
Type: DistributionVector.RawDistributionVector
The value to use when modifying the Tangent.
Default value:
Member | Value |
---|---|
Distribution | DistributionTangent |
LookupTable |
|
LookupTableChunkSize | 3 |
LookupTableNumElements | 1 |
Op | 1 |
TangentOptions
Type: BeamModifierOptions
The options associated with the Tangent.
Enums
BeamModifierType
What to modify.
- PEB2MT_Source
- Modify the source of the beam.
- PEB2MT_Target
- Modify the target of the beam.
Structs
BeamModifierOptions
Modifiers: native