EParticleSysParamType

Enum for specifying type of a name instance parameter.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleSystemComponent.h"

Syntax

enum EParticleSysParamType
{
    PSPT_None,
    PSPT_Scalar,
    PSPT_ScalarRand,
    PSPT_Vector,
    PSPT_VectorRand,
    PSPT_Color,
    PSPT_Actor,
    PSPT_Material,
    PSPT_VectorUnitRand,
    PSPT_MAX,
}

Values

Name

Description

PSPT_None

PSPT_Scalar

PSPT_ScalarRand

PSPT_Vector

PSPT_VectorRand

PSPT_Color

PSPT_Actor

PSPT_Material

PSPT_VectorUnitRand

PSPT_MAX

Remarks

Enum for specifying type of a name instance parameter.

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