Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICopyTextureInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICopyTextureInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestMipIndex | uint32 | RHICommandList.h | ||
| DestPosition | FIntVector | RHICommandList.h | ||
| DestSliceIndex | uint32 | RHICommandList.h | ||
| NumMips | uint32 | RHICommandList.h | ||
| NumSlices | uint32 | RHICommandList.h | ||
| Size | FIntVector | Number of texels to copy. By default it will copy the whole resource if no size is specified. | RHICommandList.h | |
| SourceMipIndex | uint32 | Mips to copy and destination mips. | RHICommandList.h | |
| SourcePosition | FIntVector | Position of the copy from the source texture/to destination texture. | RHICommandList.h | |
| SourceSliceIndex | uint32 | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntRect GetDestRect() |
RHICommandList.h | ||
FIntRect GetSourceRect() |
RHICommandList.h |