BlueprintAPI > BlueprintAPI/Effects > BlueprintAPI/Effects/Components > BlueprintAPI/Effects/Components/ParticleSystem
Get the beam source point
Target is Cascade Particle System Component
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
integer | Emitter Index | The index of the emitter to get |
integer | Source Index | Which beam within the emitter to get |
Outputs
Type | Name | Description |
---|---|---|
vector | Out Source Point | Value of source point |
boolean | Return Value | true EmitterIndex and SourceIndex are valid - OutSourcePoint is valid false EmitterIndex or SourceIndex is invalid - OutSourcePoint is invalid |