FParticleBeam2EmitterInstance::GetBeamSourcePoint

Get the source point at the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetBeamSourcePoint()

FParticleBeam2EmitterInstance::GetBeamSourcePoint()

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 GetBeamSourcePoint
(
    int32 SourceIndex,
    FVector & OutSourcePoint
) const

Remarks

Get the source point at the given index

Returns

true SourceIndex is valid - OutSourcePoint is valid false SourceIndex is invalid - OutSourcePoint is invalid

Parameters

Parameter

Description

SourceIndex

The index of the source point

OutSourcePoint

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