Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- TArrayView
- FRDGUploadData
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h |
| Include | #include "RenderGraphUtils.h" |
Syntax
template<typename InElementType>
struct FRDGUploadData : public TArrayView< InElementType, int32 >
Remarks
Helper class to allocate data from a GraphBuilder in order to upload said data to an RDG resource. Allocating from the GraphBuilder makes it so we don't have to copy the data before deferring the upload.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGUploadData
(
FRDGBuilder& GraphBuilder, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetTotalSize () |