I don't need to test my programs. I have an error-correcting modem.
UE2:BeamEmitter (UT2003)
Object >> ParticleEmitter >> BeamEmitter |
Contents
- 1 Properties
- 1.1 Property group 'Beam'
- 1.2 Property group 'BeamBranching'
- 1.3 Property group 'BeamNoise'
- 1.3.1 DynamicHFNoisePointsRange
- 1.3.2 DynamicHFNoiseRange
- 1.3.3 DynamicTimeBetweenNoiseRange
- 1.3.4 HFScaleFactors
- 1.3.5 HFScaleRepeats
- 1.3.6 HighFrequencyNoiseRange
- 1.3.7 HighFrequencyPoints
- 1.3.8 LFScaleFactors
- 1.3.9 LFScaleRepeats
- 1.3.10 LowFrequencyNoiseRange
- 1.3.11 LowFrequencyPoints
- 1.3.12 NoiseDeterminesEndPoint
- 1.3.13 UseHighFrequencyScale
- 1.3.14 UseLowFrequencyScale
- 1.4 Internal variables
- 2 Enums
- 3 Structs
- Package:
- Engine
- This class in other games:
- U2XMP, UE2Runtime, UT2004
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. |
BeamEmitter: An Unreal Beam Particle Emitter.
Properties
Property group 'Beam'
BeamDistanceRange
Type: Object.Range
BeamEndPoints
Type: array<ParticleBeamEndPoint>
BeamTextureUScale
Type: float
Default value: 1.0
BeamTextureVScale
Type: float
Default value: 1.0
DetermineEndPointBy
Type: EBeamEndPointType
RotatingSheets
Type: int
TriggerEndpoint
Type: bool
Property group 'BeamBranching'
BranchEmitter
Type: int
Default value: -1
BranchHFPointsRange
Type: Object.Range
BranchProbability
Type: Object.Range
BranchSpawnAmountRange
Type: Object.Range
LinkupLifetime
Type: bool
UseBranching
Type: bool
Property group 'BeamNoise'
DynamicHFNoisePointsRange
Type: Object.Range
DynamicHFNoiseRange
Type: Object.RangeVector
DynamicTimeBetweenNoiseRange
Type: Object.Range
HFScaleFactors
Type: array<ParticleBeamScale>
HFScaleRepeats
Type: float
HighFrequencyNoiseRange
Type: Object.RangeVector
HighFrequencyPoints
Type: int
Default value: 10
LFScaleFactors
Type: array<ParticleBeamScale>
LFScaleRepeats
Type: float
LowFrequencyNoiseRange
Type: Object.RangeVector
LowFrequencyPoints
Type: int
Default value: 3
NoiseDeterminesEndPoint
Type: bool
UseHighFrequencyScale
Type: bool
UseLowFrequencyScale
Type: bool
Internal variables
BeamValueSum
Type: float
Modifiers: transient
HFPoints
Type: array<ParticleBeamData>
Modifiers: transient
HitActors
Modifiers: transient
IndicesPerParticle
Type: int
Modifiers: transient
LFPoints
Type: array<Object.Vector>
Modifiers: transient
PrimitivesPerParticle
Type: int
Modifiers: transient
SheetsUsed
Type: int
Modifiers: transient
TimeSinceLastDynamicNoise
Type: float
Modifiers: transient
VerticesPerParticle
Type: int
Modifiers: transient
Enums
EBeamEndPointType
- PTEP_Velocity
- PTEP_Distance
- PTEP_Offset
- PTEP_Actor
- PTEP_TraceOffset
- PTEP_OffsetAsAbsolute
Structs
ParticleBeamData
- Object.Vector Location
- float t
ParticleBeamEndPoint
- name ActorTag
- Object.RangeVector Offset
- float Weight
ParticleBeamScale
- Object.Vector FrequencyScale
- float RelativeLength