Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h |
Include |
#include "Particles/Location/ParticleModuleLocationDirect.h" |
class UParticleModuleLocationDirect : public UParticleModuleLocationBase
Name | Description | ||
---|---|---|---|
|
Direction |
Currently unused. |
|
|
Location |
The location of the particle at a give time. |
|
|
LocationOffset |
An offset to apply to the position retrieved from the Location calculation. |
|
|
ScaleFactor |
Scales the velocity of the object at a given point in the time-line. |
Name | Description | |
---|---|---|
|
UParticleModuleLocationDirect ( |
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. |