UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleModuleParameterDynamic.h File Reference

Go to the source code of this file.

Classes

struct  FEmitterDynamicParameter
 
class  UParticleModuleParameterDynamic
 

Enumerations

enum  EEmitterDynamicParameterValue : int {
  EDPV_UserSet , EDPV_AutoSet , EDPV_VelocityX , EDPV_VelocityY ,
  EDPV_VelocityZ , EDPV_VelocityMag , EDPV_MAX
}
 

Enumeration Type Documentation

◆ EEmitterDynamicParameterValue

EmitterDynamicParameterValue Enumeration indicating the way a dynamic parameter should be set.

Enumerator
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