Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystemComponent
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
Include | #include "Particles/ParticleSystemComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp |
virtual bool GetBeamSourceStrength
&40;
int32 EmitterIndex,
int32 SourceIndex,
float & OutSourceStrength
&41; const
Remarks
Get the beam source strength true EmitterIndex and SourceIndex are valid - OutSourceStrength is valid false EmitterIndex or SourceIndex is invalid - OutSourceStrength is invalid
Parameters
Name | Description |
---|---|
EmitterIndex | The index of the emitter to get |
SourceIndex | Which beam within the emitter to get |
OutSourceStrength | Value of source tangent |