Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
A variant where the TArray is supplied through callbacks. This allows creating a buffer with information unknown at creation time. Though, data must be ready before the most recent RDG pass that references the buffer is executed.
| Name | CreateByteAddressBuffer_Impl |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h |
| Include Path | #include "RenderGraphUtils.h" |
template<typename ArrayType>
FRDGBufferRef CreateByteAddressBuffer_Impl
(
FRDGBuilder & GraphBuilder,
const TCHAR * Name,
TRDGBufferArrayCallback< ArrayType > && ArrayCallback
)