Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FCopyBufferRegionParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
Syntax
struct FCopyBufferRegionParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestBuffer | FRHIBuffer * | RHIContext.h | ||
| DstOffset | uint64 | RHIContext.h | ||
| NumBytes | uint64 | RHIContext.h | ||
| SourceBuffer | FRHIBuffer * | RHIContext.h | ||
| SrcOffset | uint64 | RHIContext.h |