Navigation
API > API/Runtime > API/Runtime/Engine
Enum identifying the type of a particle vertex factory.
| Name | EParticleVertexFactoryType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h |
| Include Path | #include "ParticleVertexFactory.h" |
Syntax
enum EParticleVertexFactoryType
{
PVFT_Sprite,
PVFT_BeamTrail,
PVFT_Mesh,
PVFT_MAX,
}
Values
| Name | Remarks |
|---|---|
| PVFT_Sprite | |
| PVFT_BeamTrail | |
| PVFT_Mesh | |
| PVFT_MAX |