UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ULandscapeScratchRenderTarget::FCopyFromParams Struct Reference

#include <LandscapeEditResourcesSubsystem.h>

+ Inheritance diagram for ULandscapeScratchRenderTarget::FCopyFromParams:

Public Attributes

FIntPoint CopySize = FIntPoint(0, 0)
 
FIntPoint SourcePosition = FIntPoint(0, 0)
 
FIntPoint DestPosition = FIntPoint(0, 0)
 
uint8 SourceMip = 0
 
uint8 DestMip = 0
 
uint32 SourceSliceIndex = 0
 
uint32 DestSliceIndex = 0
 

Member Data Documentation

◆ CopySize

FIntPoint ULandscapeScratchRenderTarget::FCopyFromParams::CopySize = FIntPoint(0, 0)

◆ DestMip

uint8 ULandscapeScratchRenderTarget::FCopyFromParams::DestMip = 0

◆ DestPosition

FIntPoint ULandscapeScratchRenderTarget::FCopyFromParams::DestPosition = FIntPoint(0, 0)

◆ DestSliceIndex

uint32 ULandscapeScratchRenderTarget::FCopyFromParams::DestSliceIndex = 0

◆ SourceMip

uint8 ULandscapeScratchRenderTarget::FCopyFromParams::SourceMip = 0

◆ SourcePosition

FIntPoint ULandscapeScratchRenderTarget::FCopyFromParams::SourcePosition = FIntPoint(0, 0)

◆ SourceSliceIndex

uint32 ULandscapeScratchRenderTarget::FCopyFromParams::SourceSliceIndex = 0

The documentation for this struct was generated from the following file: