Navigation
Unreal Engine C++ API Reference > 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 |
virtual bool SetRandomSeedEntry
&40;
int32 InIndex,
int32 InRandomSeed
&41;
Remarks
Set the random seed info entry at the given index to the given seed bool true if successful; false if not (not found, etc.)
Parameters
Name | Description |
---|---|
InIndex | The index of the entry to set |
InRandomSeed | The seed to set the entry to |