Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h |
Include |
#include "Particles/Parameter/ParticleModuleParameterDynamic.h" |
enum EEmitterDynamicParameterValue
{
EDPV_UserSet,
EDPV_AutoSet,
EDPV_VelocityX,
EDPV_VelocityY,
EDPV_VelocityZ,
EDPV_VelocityMag,
EDPV_MAX,
}
Name |
Description |
---|---|
EDPV_UserSet |
UserSet - use the user set values in the distribution (the default) |
EDPV_AutoSet |
AutoSet - ignore values set in the distribution, another module will handle this data |
EDPV_VelocityX |
VelocityX - pass the particle velocity along the X-axis thru |
EDPV_VelocityY |
VelocityY - pass the particle velocity along the Y-axis thru |
EDPV_VelocityZ |
VelocityZ - pass the particle velocity along the Z-axis thru |
EDPV_VelocityMag |
VelocityMag - pass the particle velocity magnitude thru |
EDPV_MAX |
EmitterDynamicParameterValue Enumeration indicating the way a dynamic parameter should be set.