Enum BeamModifierType Path C++ Link /Script/Engine.BeamModifierType underlying uint8 /Script/Engine Values 3 NameValueHex PEB2MT_Source00x00PEB2MT_Target10x01PEB2MT_MAX20x02 Used by 1types with a member, parameter or interface of this type UParticleModuleBeamModifier // /Script/Engine.BeamModifierType enum class BeamModifierType : uint8 { PEB2MT_Source = 0, PEB2MT_Target = 1, PEB2MT_MAX = 2, };