Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FGlobalDynamicVertexBuffer
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GlobalRenderResources.h |
| Include | #include "GlobalRenderResources.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/GlobalRenderResources.cpp |
FAllocation Allocate
(
uint32 SizeInBytes
)
Remarks
Allocates space in the global vertex buffer. An FAllocation with information regarding the allocated memory.
Parameters
| Name | Description |
|---|---|
| SizeInBytes | The amount of memory to allocate in bytes. |