Navigation
API > API/Runtime > API/Runtime/RHI
Specifies an update region for a texture
| Name | FUpdateTextureRegion2D |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITypes.h |
| Include Path | #include "RHITypes.h" |
Syntax
struct FUpdateTextureRegion2D
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHITypes.h | |||
FUpdateTextureRegion2D
(
uint32 InDestX, |
RHITypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestX | uint32 | Offset in texture | RHITypes.h | |
| DestY | uint32 | RHITypes.h | ||
| Height | uint32 | RHITypes.h | ||
| SrcX | int32 | Offset in source image data | RHITypes.h | |
| SrcY | int32 | RHITypes.h | ||
| Width | uint32 | Size of region to copy | RHITypes.h |