![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | RenderMergedTexture_RenderThread |
Classes | |
| struct | FBlitBuffer2DDesc |
| struct | FLandscapeComponent2DIndexerKeyFuncs |
| class | T2DIndexer |
| WITH_EDITOR. More... | |
Typedefs | |
| using | FLandscapeComponent2DIndexer = T2DIndexer< ULandscapeComponent *, FLandscapeComponent2DIndexerKeyFuncs > |
Enumerations | |
| enum class | ERGBAChannel : uint8 { R , G , B , A } |
| using UE::Landscape::Private::FLandscapeComponent2DIndexer = typedef T2DIndexer<ULandscapeComponent*, FLandscapeComponent2DIndexerKeyFuncs> |
|
strong |
| int32 UE::Landscape::Private::BlitHeightChannelsToUint16 | ( | uint16 * | DestBuffer, |
| const FBlitBuffer2DDesc & | Dest, | ||
| uint32 * | SrcBuffer, | ||
| const FBlitBuffer2DDesc & | Src, | ||
| FIntRect | ClipRect | ||
| ) |
| int32 UE::Landscape::Private::BlitWeightChannelsToUint8 | ( | uint8 * | DestBuffer, |
| const FBlitBuffer2DDesc & | Dest, | ||
| uint32 * | SrcBuffer, | ||
| const FBlitBuffer2DDesc & | Src, | ||
| FIntRect | ClipRect | ||
| ) |
| int32 UE::Landscape::Private::ComputeMaxDeltasCountForMip | ( | int32 | InMipIndex, |
| int32 | InNumRelevantMips | ||
| ) |
| int32 UE::Landscape::Private::ComputeMaxDeltasOffsetForMip | ( | int32 | InMipIndex, |
| int32 | InNumRelevantMips | ||
| ) |
| int32 UE::Landscape::Private::ComputeMipToMipMaxDeltasIndex | ( | int32 | InSourceMipIndex, |
| int32 | InDestinationMipIndex, | ||
| int32 | InNumRelevantMips | ||
| ) |
| FLandscapeComponent2DIndexer UE::Landscape::Private::CreateLandscapeComponent2DIndexer | ( | const ULandscapeInfo * | InInfo | ) |
| bool UE::Landscape::Private::DoesPlatformSupportEditLayers | ( | EShaderPlatform | InShaderPlatform | ) |
| void UE::Landscape::Private::EnqueueCopyToScratchRTRenderCommand | ( | const ULandscapeScratchRenderTarget::FCopyFromParams & | InCopyParams, |
| FTextureResource * | InSourceTextureResource, | ||
| FTextureResource * | InDestTextureResource, | ||
| UE::Landscape::FRDGBuilderRecorder & | RDGBuilderRecorder | ||
| ) |