Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h |
Include |
#include "Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h" |
class UParticleModuleAccelerationOverLifetime : public UParticleModuleAccelerationBase
Name | Description | ||
---|---|---|---|
|
AccelOverLife |
The acceleration of the particle over its lifetime. |
Name | Description | |
---|---|---|
|
UParticleModuleAccelerationOverLifetime ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
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. |