Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Trail
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h |
| Include |
#include "Particles/Trail/ParticleModuleTrailSource.h" |
Syntax
enum ETrail2SourceMethod
{
PET2SRCM_Default,
PET2SRCM_Particle,
PET2SRCM_Actor,
PET2SRCM_MAX,
}
Values
| 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 |
|