FParticleBeam2EmitterInstance::GetBeamTargetPoint

Get the target point at the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetBeamTargetPoint()

FParticleBeam2EmitterInstance::GetBeamTargetPoint()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp

Syntax

virtual bool GetBeamTargetPoint
(
    int32 TargetIndex,
    FVector & OutTargetPoint
) const

Remarks

Get the target point at the given index

Returns

true TargetIndex is valid - OutTargetPoint is valid false TargetIndex is invalid - OutTargetPoint is invalid

Parameters

Parameter

Description

TargetIndex

The index of the target point

OutTargetPoint

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