![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VertexFactory.h"#include "PipelineStateCache.h"#include "RHICommandList.h"#include "ShaderCompilerCore.h"#include "RenderUtils.h"#include "DataDrivenShaderPlatformInfo.h"#include "RHIResourceUtils.h"Functions | |
| IMPLEMENT_TYPE_LAYOUT (FVertexFactoryShaderParameters) | |
| FArchive & | operator<< (FArchive &Ar, FVertexFactoryType *&TypeRef) |
| FVertexFactoryType * | FindVertexFactoryType (const FHashedName &TypeName) |
Variables | |
| TGlobalResource< FPrimitiveIdDummyBuffer > | GPrimitiveIdDummy |
| FVertexFactoryType * FindVertexFactoryType | ( | const FHashedName & | TypeName | ) |
Find the vertex factory type with the given name.
| IMPLEMENT_TYPE_LAYOUT | ( | FVertexFactoryShaderParameters | ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| FVertexFactoryType *& | TypeRef | ||
| ) |
Serializes a reference to a vertex factory type.
| TGlobalResource<FPrimitiveIdDummyBuffer> GPrimitiveIdDummy |