EParticleSourceSelectionMethod

Particle Selection Method, for any emitters that utilize particles as the source points.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleModule.h"

Syntax

enum EParticleSourceSelectionMethod
{
    EPSSM_Random,
    EPSSM_Sequential,
    EPSSM_MAX,
}

Values

Name

Description

EPSSM_Random

Random - select a particle at random

EPSSM_Sequential

Sequential - select a particle in order

EPSSM_MAX

Remarks

Particle Selection Method, for any emitters that utilize particles as the source points.

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