BlueprintAPI > BlueprintAPI/Effects > BlueprintAPI/Effects/Components > BlueprintAPI/Effects/Components/ParticleSystem
Get the beam source tangent
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 Tangent Point | Value of source tangent |
boolean | Return Value | true EmitterIndex and SourceIndex are valid - OutTangentPoint is valid false EmitterIndex or SourceIndex is invalid - OutTangentPoint is invalid |