Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FBeamModifierOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h |
| Include Path | #include "Particles/Beam/ParticleModuleBeamModifier.h" |
Syntax
USTRUCT ()
struct FBeamModifierOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBeamModifierOptions() |
Particles/Beam/ParticleModuleBeamModifier.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLock | uint32 | If true, lock the modifier to the life of the particle. | Particles/Beam/ParticleModuleBeamModifier.h |
|
| bModify | uint32 | If true, modify the value associated with this grouping. | Particles/Beam/ParticleModuleBeamModifier.h |
|
| bScale | uint32 | If true, scale the associated value by the given value. | Particles/Beam/ParticleModuleBeamModifier.h |
|