Navigation
API > API/Runtime > API/Runtime/Engine
Enum for specifying type of a name instance parameter.
| Name | EParticleSysParamType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include Path | #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 | Remarks |
|---|---|
| PSPT_None | |
| PSPT_Scalar | |
| PSPT_ScalarRand | |
| PSPT_Vector | |
| PSPT_VectorRand | |
| PSPT_Color | |
| PSPT_Actor | |
| PSPT_Material | |
| PSPT_VectorUnitRand | |
| PSPT_MAX |