Unreal Engine 4.26 Documentation
Unreal Engine 4.27 Documentation
Unreal Engine 5.0 Documentation
Unreal Engine 5.1 Documentation
Unreal Engine 5.2 Documentation
Unreal Engine 5.3 Documentation
> Unreal Engine API Reference > Runtime > Engine > Particles > UParticleModule > UParticleModule::GetRandomSeedInfo
Light Theme
Dark Theme
>

UParticleModule::GetRandomSeedInfo

Retrieve the random seed info for this module.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::GetRandomSeedInfo()

UParticleModuleParameterDynamic_Seeded::GetRandomSeedInfo()

UParticleModuleVelocity_Seeded::GetRandomSeedInfo()

UParticleModuleSize_Seeded::GetRandomSeedInfo()

UParticleModuleRotationRate_Seeded::GetRandomSeedInfo()

UParticleModuleMeshRotationRate_Seeded::GetRandomSeedInfo()

UParticleModuleRotation_Seeded::GetRandomSeedInfo()

UParticleModuleMeshRotation_Seeded::GetRandomSeedInfo()

UParticleModuleLocationWorldOffset_Seeded::GetRandomSeedInfo()

UParticleModuleLocationPrimitiveSphere_Seeded::GetRandomSeedInfo()

UParticleModuleLocationPrimitiveCylinder_Seeded::GetRandomSeedInfo()

UParticleModuleLocation_Seeded::GetRandomSeedInfo()

UParticleModuleLight_Seeded::GetRandomSeedInfo()

UParticleModuleLifetime_Seeded::GetRandomSeedInfo()

UParticleModuleColor_Seeded::GetRandomSeedInfo()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Syntax

virtual FParticleRandomSeedInfo * GetRandomSeedInfo()

Remarks

Retrieve the random seed info for this module.

Returns

FParticleRandomSeedInfo* The random seed info; NULL if not supported