Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Rendering > FPositionVertexBuffer
Type | Name | Description | |
---|---|---|---|
![]() |
void | Init
(
uint32 NumVertices, |
|
![]() |
void | Init
(
const TArray< FStaticMeshBuildVertex >& InVertices, |
Initializes the buffer with the given vertices, used to convert legacy layouts. |
![]() |
void | Init
(
const FConstMeshBuildVertexView& InVertices, |
|
![]() |
void | Init
(
const FPositionVertexBuffer& InVertexBuffer, |
Initializes this vertex buffer with the contents of the given vertex buffer. |
![]() |
void |