Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FGlobalDynamicIndexBuffer > API/Runtime/RenderCore/FGlobalDynamicIndexBuffer/Allocate
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/GlobalRenderResources.h |
| Include | #include "GlobalRenderResources.h" |
template<typename IndexType>
FAllocationEx Allocate
&40;
uint32 NumIndices
&41;
Remarks
Helper function to allocate. an FAllocation with information regarding the allocated memory.
Parameters
| Name | Description |
|---|---|
| NumIndices | The number of indices to allocate. |