Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationConstant.h |
Include |
#include "Particles/Acceleration/ParticleModuleAccelerationConstant.h" |
class UParticleModuleAccelerationConstant : public UParticleModuleAccelerationBase
Name | Description | ||
---|---|---|---|
|
Acceleration |
Constant acceleration for particles in this system. |
Name | Description | |
---|---|---|
|
UParticleModuleAccelerationConstant ( |
Name | Description | ||
---|---|---|---|
|
CompileModule ( |
Called once to compile the effects of this module on runtime simulation. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
|
|
Update ( |
Called on a particle that is being updated by its emitter. |