Navigation
API > API/Runtime > API/Runtime/Engine
What to modify.
| Name | BeamModifierType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h |
| Include Path | #include "Particles/Beam/ParticleModuleBeamModifier.h" |
Syntax
enum BeamModifierType
{
PEB2MT_Source,
PEB2MT_Target,
PEB2MT_MAX,
}
Values
| Name | Remarks |
|---|---|
| PEB2MT_Source | Modify the source of the beam. |
| PEB2MT_Target | Modify the target of the beam. |
| PEB2MT_MAX |