Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
Include |
#include "Particles/ParticleModule.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual uint32 PrepRandomSeedInstancePayload
(
FParticleEmitterInstance * Owner,
FParticleRandomSeedInstancePayload * InRandSeedPayload,
const FParticleRandomSeedInfo & InRandSeedInfo
)
Prepare a random seed instance payload...
uint32 0xffffffff is failed
Parameter |
Description |
---|---|
Owner |
The emitter instance that owns this module |
InRandSeedPayload |
The random seed instance payload to initialize |
InRandSeedInfo |
The random seed info of the module |