UParticleSystemComponent::SetTrailSourceData

Sets the defining data for all trails in this component.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h

Include

#include "Particles/ParticleSystemComponent.h"

Source

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

Syntax

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

Remarks

Sets the defining data for all trails in this component.

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.

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