FParticleBeam2EmitterInstance::GetBeamTargetTangent

Get the target tangent at the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::GetBeamTargetTangent()

FParticleBeam2EmitterInstance::GetBeamTargetTangent()

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 GetBeamTargetTangent
(
    int32 TargetIndex,
    FVector & OutTangentPoint
) const

Remarks

Get the target tangent at the given index

Returns

true TargetIndex is valid - OutTangentPoint is valid false TargetIndex is invalid - OutTangentPoint is invalid

Parameters

Parameter

Description

TargetIndex

The index of the target point

OutTangentPoint

Value of of target tangent

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