UParticleSystemComponent::GetBeamTargetPoint

Get the beam target 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 GetBeamTargetPoint
(
    int32 EmitterIndex,
    int32 TargetIndex,
    FVector & OutTargetPoint
) const

Remarks

Get the beam target point

Returns

true EmitterIndex and TargetIndex are valid - OutTargetPoint is valid false EmitterIndex or TargetIndex is invalid - OutTargetPoint is invalid

Parameters

Parameter

Description

EmitterIndex

The index of the emitter to get

TargetIndex

Which beam within the emitter to get

OutTargetPoint

Value of target 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