FParticleEmitterInstance::SetTrailSourceData

Sets the data that defines this trail.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FParticleEmitterInstance::SetTrailSourceData()

FParticleAnimTrailEmitterInstance::SetTrailSourceData()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Syntax

virtual void SetTrailSourceData
(
    FName InFirstSocketName,
    FName InSecondSocketName,
    ETrailWidthMode InWidthMode,
    float InWidth
)

Remarks

Sets the data that defines this trail.

Parameters

Parameter

Description

InFirstSocketName

The name of the first socket for the trail.

InSecondSocketName

The name of the second socket for the trail.

InWidthMode

How the width value is applied to the trail.

InWidth

The width of the trail.