Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitter.h |
Include |
#include "Particles/Location/ParticleModuleLocationEmitter.h" |
class UParticleModuleLocationEmitter : public UParticleModuleLocationBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bInheritSourceRotation |
If true, the spawned particle should inherit the rotation of the source particle. |
|
EmitterName |
Variables. |
|
|
float |
InheritSourceRotationScale |
Amount to scale the source rotation by when inheriting it. |
|
uint32: 1 |
InheritSourceVelocity |
If true, the spawned particle should inherit the velocity of the source particle. |
|
float |
InheritSourceVelocityScale |
Amount to scale the source velocity by when inheriting it. |
|
TEnumAsByte< en... |
SelectionMethod |
The method to use when selecting a spawn target particle from the emitter. |
Name | Description | |
---|---|---|
|
UParticleModuleLocationEmitter ( |
Name | Description | ||
---|---|---|---|
|
RequiredBytesPerInstance() |
Returns the number of bytes the module requires in the emitters 'per-instance' data block. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |