Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSplineMeshVertexFactory
Description
Get vertex elements used when during PSO precaching materials using this vertex factory type
FSplineMeshVertexFactory 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/SplineMeshSceneProxy.h |
| Include Path | #include "SplineMeshSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.cpp |
static void GetPSOPrecacheVertexFetchElements
(
EVertexInputStreamType VertexInputStreamType,
FVertexDeclarationElementList & Elements
)