Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorParticle.h |
Include |
#include "Particles/Attractor/ParticleModuleAttractorParticle.h" |
class UParticleModuleAttractorParticle : public UParticleModuleAttractorBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bAffectBaseVelocity |
If true, the velocity adjustment will be applied to the base velocity. |
|
uint32: 1 |
bInheritSourceVel |
Whether the particle should inherit the source veloctiy if it expires. |
|
uint32: 1 |
bRenewSource |
Whether the particle should grab a new particle if it's source expires. |
|
uint32: 1 |
bStrengthByDistance |
The strength curve is a function of distance or of time. |
|
EmitterName |
The source emitter for attractors |
|
|
LastSelIndex |
||
|
Range |
The radial range of the attraction around the source particle. Particle-life relative. |
|
|
TEnumAsByte< en... |
SelectionMethod |
The method to use when selecting an attractor target particle from the emitter. |
|
Strength |
The strength of the attraction (negative values repel). |
Name | Description | |
---|---|---|
|
UParticleModuleAttractorParticle ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
RequiredBytes ( |
Returns the number of bytes that the module requires in the particle payload block. |
|
|
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. |