Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FVertexFactoryShaderParameters
- FGeometryCollectionVertexFactoryShaderParameters
- FLocalVertexFactoryShaderParametersBase
- FInstancedStaticMeshVertexFactoryShaderParameters
- FLocalVertexFactoryShaderParameters
- FNiagaraVertexFactoryShaderParametersBase
- FSplineMeshVertexFactoryShaderParameters
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
const FShaderParameterMap& ParameterMap |
||
| void | GetElementShaderBindings
(
const FSceneInterface* Scene, |
Gets the vertex factory's shader bindings and vertex streams. |