UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleModuleTrailSource.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Distributions/DistributionFloat.h"
#include "Particles/Trail/ParticleModuleTrailBase.h"
#include "ParticleModuleTrailSource.generated.h"

Go to the source code of this file.

Classes

class  UParticleModuleTrailSource
 

Enumerations

enum  ETrail2SourceMethod : int { PET2SRCM_Default , PET2SRCM_Particle , PET2SRCM_Actor , PET2SRCM_MAX }
 

Enumeration Type Documentation

◆ ETrail2SourceMethod

Enumerator
PET2SRCM_Default 

Default - use the emitter position. This is the fallback for when other modes can't be resolved.

PET2SRCM_Particle 

Particle - use the particles from a given emitter in the system.
The name of the emitter should be set in SourceName.

PET2SRCM_Actor 

Actor - use the actor as the source. The name of the actor should be set in SourceName.

PET2SRCM_MAX