Enum EModuleType
ModuleType Indicates the kind of emitter the module can be applied to.
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public enum EModuleType
Remarks
ie, EPMT_Beam - only applies to beam emitters.
The TypeData field is present to speed up finding the TypeData module.
Fields
| Name | Description |
|---|---|
| EPMT_Beam | |
| EPMT_Event | |
| EPMT_General | |
| EPMT_Light | |
| EPMT_MAX | |
| EPMT_Required | |
| EPMT_Spawn | |
| EPMT_SubUV | |
| EPMT_Trail | |
| EPMT_TypeData |