Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGScatterUploadBase
- FRDGScatterUploadBuffer
- FRDGScatterUploader
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/UnifiedBuffer.h |
| Include | #include "UnifiedBuffer.h" |
Syntax
class FRDGScatterUploadBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FRDGAsyncScatterUploadBuffer | ||
| uint32 | MaxScatters | ||
| uint32 | NumBytesPerElement | ||
| uint32 | NumScatters | ||
| uint32 * | ScatterData | ||
| uint8 * | UploadData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
TArrayView< const uint32 > ElementScatterOffsets |
||
| void | Add
(
uint32 Index, |
||
| void * | Add_GetRef
(
uint32 Index, |
||
| void * | GetRef
(
uint32 ElementIndex |
Get pointer to an element data area, given the index of the element (not the destination scatter offset). | |
| void * | Set_GetRef
(
uint32 ElementIndex, |