![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleModuleBeamModifier.h>
Public Member Functions | |
| FBeamModifierOptions () | |
Public Attributes | |
| uint32 | bModify:1 |
| uint32 | bScale:1 |
| uint32 | bLock:1 |
|
inline |
| uint32 FBeamModifierOptions::bLock |
If true, lock the modifier to the life of the particle.
| uint32 FBeamModifierOptions::bModify |
If true, modify the value associated with this grouping.
| uint32 FBeamModifierOptions::bScale |
If true, scale the associated value by the given value.