UParticleSystemComponent::GetBeamSourcePoint

Get the beam source point

Windows
MacOS
Linux

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

Syntax

virtual bool GetBeamSourcePoint
(
    int32 EmitterIndex,
    int32 SourceIndex,
    FVector & OutSourcePoint
) const

Remarks

Get the beam source point

Returns

true EmitterIndex and SourceIndex are valid - OutSourcePoint is valid false EmitterIndex or SourceIndex is invalid - OutSourcePoint is invalid

Parameters

Parameter

Description

EmitterIndex

The index of the emitter to get

SourceIndex

Which beam within the emitter to get

OutSourcePoint

Value of source point

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss