Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FResourceArrayUploadInterface
- FResourceArrayUploadArrayView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h |
| Include | #include "Containers/ResourceArray.h" |
Syntax
struct FResourceArrayUploadArrayView : public FResourceArrayUploadInterface
Remarks
Utility to do a simple upload of data from an array managed by the caller.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const void *const | Data | ||
| const uint32 | SizeInBytes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FResourceArrayUploadArrayView
(
TConstArrayView< ElementType > View |
|||
FResourceArrayUploadArrayView
(
const TArray< ElementType, AllocatorType >& InArray |
|||
FResourceArrayUploadArrayView
(
const void* InData, |