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