Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
Syntax
struct FBeamParticleModifierPayloadData
Remarks
Particle Beam Modifier Data Payload
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bModifyPosition | ||
| uint32: 1 | bModifyStrength | ||
| uint32: 1 | bModifyTangent | ||
| uint32: 1 | bScalePosition | ||
| uint32: 1 | bScaleStrength | ||
| uint32: 1 | bScaleTangent | ||
| FVector | Position | ||
| float | Strength | ||
| FVector | Tangent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdatePosition
(
FVector& Value |
Helper functions. | |
| void | UpdateStrength
(
float& Value |
||
| void | UpdateTangent
(
FVector& Value, |