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 |
Set the random seed info entry at the given index to the given seed
bool true if successful; false if not (not found, etc.)
Parameter |
Description |
---|---|
InIndex |
The index of the entry to set |
InRandomSeed |
The seed to set the entry to |