Navigation
API > API/Runtime > API/Runtime/Engine
Source data for Beam emitters
| Name | FDynamicBeam2EmitterReplayData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
Syntax
struct FDynamicBeam2EmitterReplayData : public FDynamicSpriteEmitterReplayDataBase
Inheritance Hierarchy
- FDynamicEmitterReplayDataBase → FDynamicSpriteEmitterReplayDataBase → FDynamicBeam2EmitterReplayData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicBeam2EmitterReplayData() |
Constructor | ParticleHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeamDataOffset | int32 | Offsets to particle data. | ParticleHelper.h | |
| bHighFreqNoise_Enabled | bool | ParticleHelper.h | ||
| bLowFreqNoise_Enabled | bool | ParticleHelper.h | ||
| bRenderDirectLine | bool | ParticleHelper.h | ||
| bRenderGeometry | bool | Debugging rendering flags | ParticleHelper.h | |
| bRenderLines | bool | ParticleHelper.h | ||
| bRenderTessellation | bool | ParticleHelper.h | ||
| bSmoothNoise_Enabled | bool | ParticleHelper.h | ||
| bTargetNoise | bool | ParticleHelper.h | ||
| bUseSource | bool | ParticleHelper.h | ||
| bUseTarget | bool | ParticleHelper.h | ||
| Frequency | int32 | ParticleHelper.h | ||
| IndexCount | int32 | ParticleHelper.h | ||
| IndexStride | int32 | ParticleHelper.h | ||
| InterpolatedPointsOffset | int32 | ParticleHelper.h | ||
| InterpolationPoints | int32 | ParticleHelper.h | ||
| NextNoisePointsOffset | int32 | ParticleHelper.h | ||
| NoiseDeltaTimeOffset | int32 | ParticleHelper.h | ||
| NoiseDistanceScaleOffset | int32 | ParticleHelper.h | ||
| NoiseLockRadius | float | ParticleHelper.h | ||
| NoiseLockTime | float | ParticleHelper.h | ||
| NoiseRangeScale | float | ParticleHelper.h | ||
| NoiseRateOffset | int32 | ParticleHelper.h | ||
| NoiseSpeed | FVector3f | ParticleHelper.h | ||
| NoiseTangentStrength | float | ParticleHelper.h | ||
| NoiseTension | float | ParticleHelper.h | ||
| NoiseTessellation | int32 | ParticleHelper.h | ||
| Sheets | int32 | ParticleHelper.h | ||
| TaperMethod | uint8 | ParticleHelper.h | ||
| TaperValuesOffset | int32 | ParticleHelper.h | ||
| TargetNoisePointsOffset | int32 | ParticleHelper.h | ||
| TextureTile | int32 | ParticleHelper.h | ||
| TextureTileDistance | float | ParticleHelper.h | ||
| TrianglesPerSheet | TArray< int32 > | ParticleHelper.h | ||
| UpVectorStepSize | int32 | ParticleHelper.h | ||
| VertexCount | int32 | ParticleHelper.h |
Functions
Public
Overridden from FDynamicEmitterReplayDataBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
Serialization | ParticleHelper.h |