Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h |
Include |
#include "Particles/Acceleration/ParticleModuleAccelerationDrag.h" |
class UParticleModuleAccelerationDrag : public UParticleModuleAccelerationBase
Name | Description | ||
---|---|---|---|
|
DragCoefficientRaw |
Per-particle drag coefficient. Evaluted using emitter time. |
Name | Description | |
---|---|---|
|
UParticleModuleAccelerationDrag ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
CompileModule ( |
Called once to compile the effects of this module on runtime simulation. |
|
|
IsValidForLODLevel ( |
Returns true if the module is valid for the provided LOD level. |
|
|
Update ( |
Called on a particle that is being updated by its emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< cla... |
DragCoefficient_DEPRECATED |
Per-particle drag coefficient. Evaluted using emitter time. |