Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EEmitterNormalsMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h |
| Include Path | #include "Particles/ParticleModuleRequired.h" |
Syntax
enum EEmitterNormalsMode
{
ENM_CameraFacing,
ENM_Spherical,
ENM_Cylindrical,
ENM_MAX,
}
Values
| Name | Remarks |
|---|---|
| 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 |