FParticleBeam2EmitterInstance::GetBeamTargetStrength

Get the target strength at the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetBeamTargetStrength()

FParticleBeam2EmitterInstance::GetBeamTargetStrength()

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 GetBeamTargetStrength
(
    int32 TargetIndex,
    float & OutTargetStrength
) const

Remarks

Get the target strength at the given index

Returns

true TargetIndex is valid - OutTargetStrength is valid false TargetIndex is invalid - OutTargetStrength is invalid

Parameters

Parameter

Description

TargetIndex

The index of the target point

OutTargetStrength

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