FVertexFactoryShaderParameters

An interface to the parameter bindings for the vertex factory used by a shader.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/VertexFactory.h

Include

#include "VertexFactory.h"

Syntax

class FVertexFactoryShaderParameters

Remarks

An interface to the parameter bindings for the vertex factory used by a shader.

Variables

Name Description

Public variable

uint32

 

Size

Only for debugging type mismatch.

Functions

Name Description

Public function

void

 

Bind

(
    const FShaderParameterMap& Paramet...
)

Public function Const

void

 

GetElementShaderBindings

(
    const FSceneInterface* Scene,
    const FSceneView* View,
    const FMeshMaterialShader* Sha...,
    const EVertexInputStreamType InputS...,
    ERHIFeatureLevel::Type FeatureLevel,
    const FVertexFactory* VertexFa...,
    const FMeshBatchElement& BatchElem...,
    FMeshDrawSingleShaderBindings& Sha...,
    FVertexInputStreamArray& VertexStr...
)

Gets the vertex factory's shader bindings and vertex streams.

Public function Const

const FTypeL...

 

GetTypeLayout()

Public function Static

FTypeLayoutD...

 

StaticGetTypeLayout()

Classes

Typedefs

Name

Description

DerivedType

InternalBaseType

Constants

Name

Description

CounterBase

InterfaceType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss