EEmitterNormalsMode

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss