Mostly Harmless
UE2:BeamEmitter (U2XMP)
Object >> ParticleEmitter >> BeamEmitter |
- Package:
- Engine
- This class in other games:
- UT2003, 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[edit]
Property group 'Beam'[edit]
BeamDistanceRange[edit]
Type: Object.Range
BeamEndPoints[edit]
Type: array<ParticleBeamEndPoint>
BeamTextureUScale[edit]
Type: float
Default value: 1.0
BeamTextureVScale[edit]
Type: float
Default value: 1.0
DetermineEndPointBy[edit]
Type: EBeamEndPointType
RotatingSheets[edit]
Type: int
Property group 'BeamBranching'[edit]
BranchEmitter[edit]
Type: int
Default value: -1
BranchProbability[edit]
Type: Object.Range
BranchSpawnAmountRange[edit]
Type: Object.Range
LinkupLifetime[edit]
Type: bool
UseBranching[edit]
Type: bool
Property group 'BeamNoise'[edit]
HFScaleFactors[edit]
Type: array<ParticleBeamScale>
HFScaleRepeats[edit]
Type: float
HighFrequencyNoiseRange[edit]
Type: Object.RangeVector
HighFrequencyPoints[edit]
Type: int
Default value: 10
LFScaleFactors[edit]
Type: array<ParticleBeamScale>
LFScaleRepeats[edit]
Type: float
LowFrequencyNoiseRange[edit]
Type: Object.RangeVector
LowFrequencyPoints[edit]
Type: int
Default value: 3
NoiseDeterminesEndPoint[edit]
Type: bool
UseHighFrequencyScale[edit]
Type: bool
UseLowFrequencyScale[edit]
Type: bool
Internal variables[edit]
BeamValueSum[edit]
Type: float
Modifiers: transient
HFPoints[edit]
Type: array<ParticleBeamData>
Modifiers: transient
HitActors[edit]
Modifiers: transient
IndicesPerParticle[edit]
Type: int
Modifiers: transient
LFPoints[edit]
Type: array<Object.Vector>
Modifiers: transient
PrimitivesPerParticle[edit]
Type: int
Modifiers: transient
SheetsUsed[edit]
Type: int
Modifiers: transient
VerticesPerParticle[edit]
Type: int
Modifiers: transient
Enums[edit]
EBeamEndPointType[edit]
- PTEP_Velocity
- PTEP_Distance
- PTEP_Offset
- PTEP_Actor
- PTEP_TraceOffset
Structs[edit]
ParticleBeamData[edit]
- Object.Vector Location
- float t
ParticleBeamEndPoint[edit]
- name ActorTag
- Object.RangeVector Offset
- float Weight
ParticleBeamScale[edit]
- Object.Vector FrequencyScale
- float RelativeLength