Choose your operating system:
Windows
macOS
Linux
| FParticleEmitterInstance::GetBeamSourcePoint()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
Include |
#include "ParticleEmitterInstances.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp |
Get the source point at the given index
true SourceIndex is valid - OutSourcePoint is valid false SourceIndex is invalid - OutSourcePoint is invalid
Parameter |
Description |
---|---|
SourceIndex |
The index of the source point |
OutSourcePoint |
Value of of source point |