Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
| Include | #include "Particles/ParticleModule.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
FRandomStream & GetRandomStream
(
FParticleEmitterInstance * Owner
)
Remarks
Retreive the random stream that should be used for the provided instance. FRandomStream& The random stream to use for the provided instance.
Parameters
| Name | Description |
|---|---|
| Owner | The emitter instance that owns this module |