Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h |
Include |
#include "Particles/Trail/ParticleModuleTrailSource.h" |
enum ETrail2SourceMethod
{
PET2SRCM_Default,
PET2SRCM_Particle,
PET2SRCM_Actor,
PET2SRCM_MAX,
}
Name |
Description |
---|---|
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. |
PET2SRCM_Actor |
Actor - use the actor as the source. The name of the actor should be set in SourceName. |
PET2SRCM_MAX |