UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBeamModifierOptions Struct Reference

#include <ParticleModuleBeamModifier.h>

Public Member Functions

 FBeamModifierOptions ()
 

Public Attributes

uint32 bModify:1
 
uint32 bScale:1
 
uint32 bLock:1
 

Constructor & Destructor Documentation

◆ FBeamModifierOptions()

FBeamModifierOptions::FBeamModifierOptions ( )
inline

Member Data Documentation

◆ bLock

uint32 FBeamModifierOptions::bLock

If true, lock the modifier to the life of the particle.

◆ bModify

uint32 FBeamModifierOptions::bModify

If true, modify the value associated with this grouping.

◆ bScale

uint32 FBeamModifierOptions::bScale

If true, scale the associated value by the given value.


The documentation for this struct was generated from the following file: