UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VertexFactory.cpp File Reference

Functions

 IMPLEMENT_TYPE_LAYOUT (FVertexFactoryShaderParameters)
 
FArchiveoperator<< (FArchive &Ar, FVertexFactoryType *&TypeRef)
 
FVertexFactoryTypeFindVertexFactoryType (const FHashedName &TypeName)
 

Variables

TGlobalResource< FPrimitiveIdDummyBufferGPrimitiveIdDummy
 

Function Documentation

◆ FindVertexFactoryType()

FVertexFactoryType * FindVertexFactoryType ( const FHashedName TypeName)

Find the vertex factory type with the given name.

Returns
NULL if no vertex factory type matched, otherwise a vertex factory type with a matching name.

◆ IMPLEMENT_TYPE_LAYOUT()

IMPLEMENT_TYPE_LAYOUT ( FVertexFactoryShaderParameters  )

◆ operator<<()

FArchive & operator<< ( FArchive Ar,
FVertexFactoryType *&  TypeRef 
)

Serializes a reference to a vertex factory type.

Variable Documentation

◆ GPrimitiveIdDummy