UParticleModule::SetRandomSeedEntry

Set the random seed info entry at the given index to the given seed

Choose your operating system:

Windows

macOS

Linux

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

Syntax

virtual bool SetRandomSeedEntry
(
    int32 InIndex,
    int32 InRandomSeed
)

Remarks

Set the random seed info entry at the given index to the given seed

Returns

bool true if successful; false if not (not found, etc.)

Parameters

Parameter

Description

InIndex

The index of the entry to set

InRandomSeed

The seed to set the entry to