UParticleModule::PrepRandomSeedInstancePayload

Prepare a random seed instance payload...

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 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