UParticleSystemComponent::GetBeamEndPoint

Get the beam end 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 GetBeamEndPoint
(
    int32 EmitterIndex,
    FVector & OutEndPoint
) const

Remarks

Get the beam end point

Returns

true EmitterIndex is valid and End point is set - OutEndPoint is valid false EmitterIndex invalid or End point is not set - OutEndPoint is invalid

Parameters

Parameter

Description

EmitterIndex

The index of the emitter to get the value of

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