Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
Include |
#include "VertexFactory.h" |
Source |
/Engine/Source/Runtime/RenderCore/Private/VertexFactory.cpp |
FVertexElement AccessStreamComponent
(
const FVertexStreamComponent & Component,
uint8 AttributeIndex,
EVertexInputStreamType InputStreamType
)
Creates a vertex element for a vertex stream component. Adds a unique position stream index for the vertex buffer used by the component.
The vertex element which corresponds to Component.
Parameter |
Description |
---|---|
Component |
The vertex stream component. |
Usage |
The vertex element usage semantics. |
AttributeIndex |
The attribute index to which the stream component is bound. |