Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h |
| Include | #include "Particles/ParticleModuleRequired.h" |
Syntax
enum EEmitterNormalsMode
{
ENM_CameraFacing,
ENM_Spherical,
ENM_Cylindrical,
ENM_MAX,
}
Values
| Name | Description |
|---|---|
| ENM_CameraFacing | Default mode, normals are based on the camera facing geometry. |
| ENM_Spherical | Normals are generated from a sphere centered at NormalsSphereCenter. |
| ENM_Cylindrical | Normals are generated from a cylinder going through NormalsSphereCenter, in the direction NormalsCylinderDirection. |
| ENM_MAX |