Gah - a solution with more questions. – EntropicLqd
UE3:ParticleModuleBeamModifier (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> ParticleModule >> ParticleModuleBeamBase >> ParticleModuleBeamModifier |
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] Property group 'Modifier'
[edit] ModifierType
Type: BeamModifierType
[edit] Property group 'Position'
[edit] 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 |
[edit] PositionOptions
Type: BeamModifierOptions
The options associated with the position.
[edit] Property group 'Strength'
[edit] 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 |
[edit] StrengthOptions
Type: BeamModifierOptions
The options associated with the Strength.
[edit] Property group 'Tangent'
[edit] bAbsoluteTangent
Type: bool
If TRUE, don't transform the tangent modifier into the tangent basis.
[edit] 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 |
[edit] TangentOptions
Type: BeamModifierOptions
The options associated with the Tangent.
[edit] Enums
[edit] BeamModifierType
What to modify.
- PEB2MT_Source
- Modify the source of the beam.
- PEB2MT_Target
- Modify the target of the beam.
[edit] Structs
[edit] BeamModifierOptions
Modifiers: native
