EParticleSysParamType
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EParticleSysParamType
Inheritance Object → ValueType → Enum → EParticleSysParamType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| PSPT_None | 0 | |
| PSPT_Scalar | 1 | |
| PSPT_ScalarRand | 2 | |
| PSPT_Vector | 3 | |
| PSPT_VectorRand | 4 | |
| PSPT_Color | 5 | |
| PSPT_Actor | 6 | |
| PSPT_Material | 7 | |
| PSPT_VectorUnitRand | 8 | |
| PSPT_MAX | 9 |