Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Rendering > FColorVertexBuffer
Type | Name | Description | |
---|---|---|---|
![]() |
void | Init
(
uint32 InNumVertices, |
|
![]() |
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 FColorVertexBuffer& InVertexBuffer, |
Initializes this vertex buffer with the contents of the given vertex buffer. |