Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBatchedElements
Description
Reserves space in mesh vertex array for current number plus expected number.
Reserves space in mesh vertex array
| Name | AddReserveVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BatchedElements.h |
| Include Path | #include "BatchedElements.h" |
| Source | /Engine/Source/Runtime/Engine/Private/BatchedElements.cpp |
void AddReserveVertices
(
int32 NumMeshVerts
)
Parameters
| Name | Remarks |
|---|---|
| NumMeshVerts | number of verts to reserve space for |
| Texture | used to find the mesh element entry |
| BlendMode | used to find the mesh element entry |
| NumMeshVerts | number of verts to reserve space for |
| Texture | used to find the mesh element entry |
| BlendMode | used to find the mesh element entry |