Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h |
Include |
#include "Particles/ParticleModuleRequired.h" |
enum EEmitterNormalsMode
{
ENM_CameraFacing,
ENM_Spherical,
ENM_Cylindrical,
ENM_MAX,
}
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 |