UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshParticleVertexFactory.cpp File Reference

Classes

class  FMeshParticleVertexFactoryShaderParameters
 
class  FDummyPrevTransformBuffer
 

Functions

 IMPLEMENT_TYPE_LAYOUT (FMeshParticleVertexFactoryShaderParameters)
 
 IMPLEMENT_VERTEX_FACTORY_PARAMETER_TYPE (FMeshParticleVertexFactory, SF_Vertex, FMeshParticleVertexFactoryShaderParameters)
 
 IMPLEMENT_VERTEX_FACTORY_TYPE (FMeshParticleVertexFactory,"/Engine/Private/MeshParticleVertexFactory.ush", EVertexFactoryFlags::UsedWithMaterials|EVertexFactoryFlags::SupportsDynamicLighting|EVertexFactoryFlags::SupportsPSOPrecaching)
 
 IMPLEMENT_GLOBAL_SHADER_PARAMETER_STRUCT (FMeshParticleUniformParameters,"MeshParticleVF")
 

Function Documentation

◆ IMPLEMENT_GLOBAL_SHADER_PARAMETER_STRUCT()

IMPLEMENT_GLOBAL_SHADER_PARAMETER_STRUCT ( FMeshParticleUniformParameters  ,
"MeshParticleVF"   
)

◆ IMPLEMENT_TYPE_LAYOUT()

IMPLEMENT_TYPE_LAYOUT ( FMeshParticleVertexFactoryShaderParameters  )

◆ IMPLEMENT_VERTEX_FACTORY_PARAMETER_TYPE()

IMPLEMENT_VERTEX_FACTORY_PARAMETER_TYPE ( FMeshParticleVertexFactory  ,
SF_Vertex  ,
FMeshParticleVertexFactoryShaderParameters   
)

◆ IMPLEMENT_VERTEX_FACTORY_TYPE()