Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TGPUSkinVertexFactory
- FGPUBaseSkinVertexFactory::AddVertexElements()
- TGPUSkinVertexFactory::AddVertexElements()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h |
| Include | #include "GPUSkinVertexFactory.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp |
virtual void AddVertexElements
&40;
FVertexDeclarationElementList & OutElements
&41;
Remarks
Add the decl elements for the streams Add the vertex declaration elements for the streams.
Parameters
| Name | Description |
|---|---|
| InData | type with stream components |
| OutElements | vertex decl list to modify |
| InData | Type with stream components. |
| OutElements | Vertex declaration list to modify. |