Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FPositionVertexBuffer > API/Runtime/Engine/Rendering/FPositionVertexBuffer/Init
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/PositionVertexBuffer.h |
| Include | #include "Rendering/PositionVertexBuffer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PositionVertexBuffer.cpp |
void Init
&40;
const FPositionVertexBuffer & InVertexBuffer,
bool bInNeedsCPUAccess
&41;
Remarks
Initializes this vertex buffer with the contents of the given vertex buffer.
Parameters
| Name | Description |
|---|---|
| InVertexBuffer | The vertex buffer to initialize from. |