UParticleModuleTypeDataBeam2::GetDataPointers

GetDataPointers Retrieves the data pointers stored in the particle payload.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h

Include

#include "Particles/TypeData/ParticleModuleTypeDataBeam2.h"

Source

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

Syntax

virtual void GetDataPointers
(
    FParticleEmitterInstance * Owner,
    const uint8 * ParticleBase,
    int32 & CurrentOffset,
    FBeam2TypeDataPayload *& BeamData,
    FVector *& InterpolatedPoints,
    float *& NoiseRate,
    float *& NoiseDeltaTime,
    FVector *& TargetNoisePoints,
    FVector *& NextNoisePoints,
    float *& TaperValues,
    float *& NoiseDistanceScale,
    FBeamParticleModifierPayloadData *& SourceModifier,
    FBeamParticleModifierPayloadData *& TargetModifier
)

Remarks

GetDataPointers Retrieves the data pointers stored in the particle payload.

Parameters

Parameter

Description

Owner

The owning emitter instance of the particle.

ParticleBase

Pointer to the particle of interest

CurrentOffset

The offset to the particle payload

BeamData

The FBeam2TypeDataPayload pointer - output

InterpolatedPoints

The FVector interpolated points pointer - output

NoiseRate

The float NoiseRate pointer - output

NoiseDeltaTime

The float NoiseDeltaTime pointer - output

TargetNoisePoints

The FVector TargetNoisePoints pointer - output

NextNoisePoints

The FVector NextNoisePoints pointer - output

TaperValues

The float TaperValues pointer - output

NoiseDistanceScale

The float NoiseDistanceScale pointer - output

SourceModifier

The FBeamParticleModifierPayloadData for the source - output

TargetModifier

The FBeamParticleModifierPayloadData for the target - output

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