Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMeshParticleVertexFactory
Description
Get vertex elements used when during PSO precaching materials using this vertex factory type
FMeshParticleVertexFactory does not support manual vertex fetch yet so worst case element set is returned to make sure the PSO can be compiled
| Name | GetPSOPrecacheVertexFetchElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h |
| Include Path | #include "MeshParticleVertexFactory.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MeshParticleVertexFactory.cpp |
static void GetPSOPrecacheVertexFetchElements
(
EVertexInputStreamType VertexInputStreamType,
FVertexDeclarationElementList & Elements
)