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