Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TStaticMeshVertexData
- FStaticMeshVertexDataInterface::ResizeBuffer()
- TStaticMeshVertexData::ResizeBuffer()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/StaticMeshVertexData.h |
| Include | #include "StaticMeshVertexData.h" |
virtual void ResizeBuffer
&40;
uint32 NumVertices,
EResizeBufferFlags BufferFlags
&41;
Remarks
Resizes the vertex data buffer, discarding any data which no longer fits.
Parameters
| Name | Description |
|---|---|
| NumVertices | The number of vertices to allocate the buffer for. |
| BufferFlags | Flags to define the expected behavior of the buffer |