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

Go to the source code of this file.

Classes

class  FMeshParticleVertexFactory
 
struct  FMeshParticleVertexFactory::FDataType
 
class  FMeshParticleVertexFactory::FBatchParametersCPU
 

Typedefs

typedef TUniformBufferRef< FMeshParticleUniformParametersFMeshParticleUniformBufferRef
 

Functions

FMeshParticleVertexFactoryConstructMeshParticleVertexFactory (ERHIFeatureLevel::Type InFeatureLevel)
 
FMeshParticleVertexFactoryConstructMeshParticleVertexFactory (EParticleVertexFactoryType InType, ERHIFeatureLevel::Type InFeatureLevel, int32 InDynamicVertexStride, int32 InDynamicParameterVertexStride)
 

Typedef Documentation

◆ FMeshParticleUniformBufferRef

Uniform buffer for mesh particle vertex factories.

Function Documentation

◆ ConstructMeshParticleVertexFactory() [1/2]

FMeshParticleVertexFactory * ConstructMeshParticleVertexFactory ( EParticleVertexFactoryType  InType,
ERHIFeatureLevel::Type  InFeatureLevel,
int32  InDynamicVertexStride,
int32  InDynamicParameterVertexStride 
)
inline

◆ ConstructMeshParticleVertexFactory() [2/2]

FMeshParticleVertexFactory * ConstructMeshParticleVertexFactory ( ERHIFeatureLevel::Type  InFeatureLevel)
inline