Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h |
Include |
#include "Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h" |
class UParticleModuleAccelerationDragScaleOverLife : public UParticleModuleAccelerationBase
Name | Description | ||
---|---|---|---|
|
DragScaleRaw |
Per-particle drag scale. Evaluted using particle relative time. |
Name | Description | |
---|---|---|
|
UParticleModuleAccelerationDragScaleOverLife ( |
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. |
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... |
DragScale_DEPRECATED |
Per-particle drag scale. Evaluted using particle relative time. |