![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LandscapeEditResourcesSubsystem.h>
Inheritance diagram for ULandscapeScratchRenderTarget::FCopyFromTextureParams:Public Member Functions | |
| FCopyFromTextureParams (UTexture *InSourceTexture) | |
Public Attributes | |
| UTexture * | SourceTexture = 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 |
| UTexture* ULandscapeScratchRenderTarget::FCopyFromTextureParams::SourceTexture = nullptr |