Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FScatterUploadBuffer
Description
Init with presized num scatters, expecting each to be set at a later point. Requires the user to keep track of the offsets to use.
| Name | InitPreSized |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UnifiedBuffer.h |
| Include Path | #include "UnifiedBuffer.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/UnifiedBuffer.cpp |
void InitPreSized
(
uint32 NumElements,
uint32 InNumBytesPerElement,
bool bInFloat4Buffer,
const TCHAR * DebugName
)