Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FVertexFactory > API/Runtime/RenderCore/FVertexFactory/AccessStreamComponent
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include | #include "VertexFactory.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/VertexFactory.cpp |
FVertexElement AccessStreamComponent
&40;
const FVertexStreamComponent & Component,
uint8 AttributeIndex,
EVertexInputStreamType InputStreamType
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Component | The vertex stream component. |
| Usage | The vertex element usage semantics. |
| AttributeIndex | The attribute index to which the stream component is bound. |