UParticleModule::GetRandomStream

Retreive the random stream that should be used for the provided instance.

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

FRandomStream & GetRandomStream
(
    FParticleEmitterInstance * Owner
)

Remarks

Retreive the random stream that should be used for the provided instance.

Returns

FRandomStream& The random stream to use for the provided instance.

Parameters

Parameter

Description

Owner

The emitter instance that owns this module

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