Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h |
Include |
#include "Particles/Velocity/ParticleModuleVelocityOverLifetime.h" |
class UParticleModuleVelocityOverLifetime : public UParticleModuleVelocityBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
Absolute |
If true, the velocity will be SET to the value from the above dist. |
|
VelOverLife |
The scaling value applied to the velocity. |
Name | Description | |
---|---|---|
|
UParticleModuleVelocityOverLifetime ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
|
|
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. |