Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGScatterUploadBase
- FRDGScatterUploadBuffer
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/UnifiedBuffer.h |
| Include | #include "UnifiedBuffer.h" |
Syntax
class FRDGScatterUploadBuffer : public FRDGScatterUploadBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetNumBytes () |
||
| void | Init
(
FRDGBuilder& GraphBuilder, |
Init with pre-existing destination index data, performs a bulk-copy. | |
| void | Init
(
FRDGBuilder& GraphBuilder, |
||
| void | InitPreSized
(
FRDGBuilder& GraphBuilder, |
Init with presized num scatters, expecting each to be set at a later point. | |
| void | Release () |
||
| void | ResourceUploadTo
(
FRDGBuilder& GraphBuilder, |
Constants
| Name | Description |
|---|---|
| PrimitiveDataStrideInFloat4s |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ResourceUploadTo
(
FRDGBuilder& GraphBuilder, |
Scattered uploads to FTextureRWBuffer will no longer supported in a future release. Use a supported destination buffer type instead. |