![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MeshParticleVertexFactory.h"#include "MeshDrawShaderBindings.h"#include "ParticleHelper.h"#include "MeshMaterialShader.h"#include "GlobalRenderResources.h"#include "DataDrivenShaderPlatformInfo.h"#include "MeshUVChannelInfo.h"#include "Misc/DelayedAutoRegister.h"Classes | |
| class | FMeshParticleVertexFactoryShaderParameters |
| class | FDummyPrevTransformBuffer |
| IMPLEMENT_GLOBAL_SHADER_PARAMETER_STRUCT | ( | FMeshParticleUniformParameters | , |
| "MeshParticleVF" | |||
| ) |
| 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 | |||
| ) |