Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FStaticMeshVertexBuffer
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FConstMeshBuildVertexView& InVertices, |
Initializes the buffer with the given vertex view. | |
| void | Init
(
const FConstMeshBuildVertexView& InVertices, |
Initializes the buffer with the given vertices. | |
| void | Init
(
const FStaticMeshVertexBuffer& InVertexBuffer, |
Initializes this vertex buffer with the contents of the given vertex buffer. | |
| void | |||
| void | Init
(
const TArray< FStaticMeshBuildVertex >& InVertices, |
Initializes the buffer with the given vertices. Initializes the buffer with the given vertices. | |
| void | Init
(
const TArray< FStaticMeshBuildVertex >& InVertices, |