UParticleModule::SetRandomSeedEntry

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss