UParticleModule::PrepRandomSeedInstancePayload

Prepare a random seed instance payload...

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 uint32 PrepRandomSeedInstancePayload
(
    FParticleEmitterInstance * Owner,
    FParticleRandomSeedInstancePayload * InRandSeedPayload,
    const FParticleRandomSeedInfo & InRandSeedInfo
)

Remarks

Prepare a random seed instance payload...

Returns

uint32 0xffffffff is failed

Parameters

Parameter

Description

Owner

The emitter instance that owns this module

InRandSeedPayload

The random seed instance payload to initialize

InRandSeedInfo

The random seed info of the 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