UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVertexFactoryShaderPermutationParameters Struct Reference

#include <MeshMaterialShader.h>

Public Member Functions

 FVertexFactoryShaderPermutationParameters (EShaderPlatform InPlatform, const FMaterialShaderParameters &InMaterialParameters, const FVertexFactoryType *InVertexFactoryType, const FShaderType *InShaderType, EShaderPermutationFlags InFlags)
 

Public Attributes

const FShaderTypeShaderType
 
const FVertexFactoryTypeVertexFactoryType
 
FMaterialShaderParameters MaterialParameters
 
EShaderPlatform Platform
 
EShaderPermutationFlags Flags
 

Constructor & Destructor Documentation

◆ FVertexFactoryShaderPermutationParameters()

FVertexFactoryShaderPermutationParameters::FVertexFactoryShaderPermutationParameters ( EShaderPlatform  InPlatform,
const FMaterialShaderParameters InMaterialParameters,
const FVertexFactoryType InVertexFactoryType,
const FShaderType InShaderType,
EShaderPermutationFlags  InFlags 
)
inline

Member Data Documentation

◆ Flags

EShaderPermutationFlags FVertexFactoryShaderPermutationParameters::Flags

◆ MaterialParameters

FMaterialShaderParameters FVertexFactoryShaderPermutationParameters::MaterialParameters

◆ Platform

EShaderPlatform FVertexFactoryShaderPermutationParameters::Platform

◆ ShaderType

const FShaderType* FVertexFactoryShaderPermutationParameters::ShaderType

◆ VertexFactoryType

const FVertexFactoryType* FVertexFactoryShaderPermutationParameters::VertexFactoryType

The documentation for this struct was generated from the following file: