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