![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LandscapeEditResourcesSubsystem.h>
Inheritance diagram for ULandscapeScratchRenderTarget::FCopyFromScratchRenderTargetParams:Public Member Functions | |
| FCopyFromScratchRenderTargetParams (ULandscapeScratchRenderTarget *InSourceScratchRenderTarget) | |
Public Attributes | |
| ULandscapeScratchRenderTarget * | SourceScratchRenderTarget = nullptr |
Public Attributes inherited from ULandscapeScratchRenderTarget::FCopyFromParams | |
| 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 |
|
inlineexplicit |
| ULandscapeScratchRenderTarget* ULandscapeScratchRenderTarget::FCopyFromScratchRenderTargetParams::SourceScratchRenderTarget = nullptr |