UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleVertexFactory.h File Reference
#include "CoreMinimal.h"
#include "RenderResource.h"
#include "UniformBuffer.h"
#include "VertexFactory.h"

Go to the source code of this file.

Classes

class  FParticleVertexFactoryBase
 
class  FParticleSpriteVertexFactory
 

Typedefs

typedef TUniformBufferRef< FParticleSpriteUniformParametersFParticleSpriteUniformBufferRef
 

Enumerations

enum  EParticleVertexFactoryType { PVFT_Sprite , PVFT_BeamTrail , PVFT_Mesh , PVFT_MAX }
 

Typedef Documentation

◆ FParticleSpriteUniformBufferRef

Uniform buffer for particle sprite vertex factories.

Enumeration Type Documentation

◆ EParticleVertexFactoryType

Enum identifying the type of a particle vertex factory.

Enumerator
PVFT_Sprite 
PVFT_BeamTrail 
PVFT_Mesh 
PVFT_MAX