FParticleBeam2EmitterInstance::GetBeamSourceStrength

Get the source strength at the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetBeamSourceStrength()

FParticleBeam2EmitterInstance::GetBeamSourceStrength()

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 GetBeamSourceStrength
(
    int32 SourceIndex,
    float & OutSourceStrength
) const

Remarks

Get the source strength at the given index

Returns

true SourceIndex is valid - OutSourceStrength is valid false SourceIndex is invalid - OutSourceStrength is invalid

Parameters

Parameter

Description

SourceIndex

The index of the source point

OutSourceStrength

Value of of source strength

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