Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FVertexFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVertexElement AccessStreamComponent
(
const FVertexStreamComponent& Component, |
Creates a vertex element for a vertex stream components. | VertexFactory.h | |
FVertexElement AccessStreamComponent
(
const FVertexStreamComponent& Component, |
Creates a vertex element for a vertex stream component. | VertexFactory.h | |
static FVertexElement AccessStreamComponent
(
const FVertexStreamComponent& Component, |
Creates a vertex element for a vertex stream components. | VertexFactory.h |
AccessStreamComponent(const FVertexStreamComponent &, uint8)
Description
Creates a vertex element for a vertex stream components. Adds a unique stream index for the vertex buffer used by the component.
| Name | AccessStreamComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include Path | #include "VertexFactory.h" |
FVertexElement AccessStreamComponent
(
const FVertexStreamComponent & Component,
uint8 AttributeIndex
)
The vertex element which corresponds to Component.
Parameters
| Name | Remarks |
|---|---|
| Component | The vertex stream component. |
| AttributeIndex | The attribute index to which the stream component is bound. |
AccessStreamComponent(const FVertexStreamComponent &, uint8, EVertexInputStreamType)
Description
Creates a vertex element for a vertex stream component. Adds a unique position stream index for the vertex buffer used by the component.
| Name | AccessStreamComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include Path | #include "VertexFactory.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/VertexFactory.cpp |
FVertexElement AccessStreamComponent
(
const FVertexStreamComponent & Component,
uint8 AttributeIndex,
EVertexInputStreamType InputStreamType
)
The vertex element which corresponds to Component.
Parameters
| Name | Remarks |
|---|---|
| Component | The vertex stream component. |
| Usage | The vertex element usage semantics. |
| AttributeIndex | The attribute index to which the stream component is bound. |
AccessStreamComponent(const FVertexStreamComponent &, uint8, VertexStreamListType &)
Description
Creates a vertex element for a vertex stream components. Adds a unique stream index for the vertex buffer used by the component.
| Name | AccessStreamComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include Path | #include "VertexFactory.h" |
template<typename VertexStreamListType>
static FVertexElement AccessStreamComponent
(
const FVertexStreamComponent & Component,
uint8 AttributeIndex,
VertexStreamListType & InOutStreams
)
The vertex element which corresponds to Component.
Parameters
| Name | Remarks |
|---|---|
| Component | The vertex stream component. |
| AttributeIndex | The attribute index to which the stream component is bound. |
| AttributeIndex | Stream array where to add the new streams. |