Navigation
API > API/Runtime > API/Runtime/Engine
Beam Multi-target Variables.
| Name | FBeamTargetData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h |
| Include Path | #include "Particles/TypeData/ParticleModuleTypeDataBeam2.h" |
Syntax
USTRUCT ()
struct FBeamTargetData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBeamTargetData() |
Particles/TypeData/ParticleModuleTypeDataBeam2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetName | FName | Name of the target. | Particles/TypeData/ParticleModuleTypeDataBeam2.h |
|
| TargetPercentage | float | Percentage chance the target will be selected (100 = always). | Particles/TypeData/ParticleModuleTypeDataBeam2.h |
|