Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGAsyncScatterUploadBuffer
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 | BeginPreSized |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UnifiedBuffer.h |
| Include Path | #include "UnifiedBuffer.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/UnifiedBuffer.cpp |
FRDGScatterUploader * BeginPreSized
(
FRDGBuilder & GraphBuilder,
FRDGViewableResource * DstResource,
uint32 NumElements,
uint32 NumBytesPerElement,
const TCHAR * Name
)