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