Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h |
Include |
#include "Particles/Velocity/ParticleModuleVelocityInheritParent.h" |
class UParticleModuleVelocityInheritParent : public UParticleModuleVelocityBase
Name | Description | ||
---|---|---|---|
|
Scale |
The scale to apply tot he parent velocity prior to adding it to the particle velocity during spawn. |
Name | Description | |
---|---|---|
|
UParticleModuleVelocityInheritParent ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
Spawn ( |
Called on a particle that is freshly spawned by the 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. |