Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
Include |
#include "ParticleHelper.h" |
struct FBeam2TypeDataPayload
Name | Description | ||
---|---|---|---|
|
Direction |
Direction to step in |
|
|
Flags |
Type and indexing flags 3 1 0 1...|...|...|...5...|...|...|..0 TtPppppppppppppppNnnnnnnnnnnnnnn Tt = Type flags > 00 = Middle of Beam (nothing...) 01 = Start of Beam 10 = End of Beam Ppppppppppppppp = Previous index Nnnnnnnnnnnnnnn = Next index int32 Flags; |
|
|
InterpolationSteps |
Number of segments to render (steps) |
|
|
Lock_Max_NumNoisePoints |
Target lock, extreme max, Number of noise points |
|
|
SourcePoint |
The source of this beam |
|
|
float |
SourceStrength |
The stength of the source tangent of this beam |
|
SourceTangent |
The source tangent of this beam |
|
|
Steps |
Number of segments to render (steps) |
|
|
float |
StepSize |
StepSize (for each segment to be rendered) |
|
TargetPoint |
The target of this beam |
|
|
float |
TargetStrength |
The stength of the Target tangent of this beam |
|
TargetTangent |
The target tangent of this beam |
|
|
float |
TravelRatio |
The 'extra' amount to travel (partial segment) |
|
TriangleCount |
The number of triangles to render for this beam |