UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LandscapeUtilsPrivate.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::Landscape
 
namespace  UE::Landscape::Private
 

Functions

bool UE::Landscape::Private::DoesPlatformSupportEditLayers (EShaderPlatform InShaderPlatform)
 
int32 UE::Landscape::Private::ComputeMaxDeltasOffsetForMip (int32 InMipIndex, int32 InNumRelevantMips)
 
int32 UE::Landscape::Private::ComputeMaxDeltasCountForMip (int32 InMipIndex, int32 InNumRelevantMips)
 
int32 UE::Landscape::Private::ComputeMipToMipMaxDeltasIndex (int32 InSourceMipIndex, int32 InDestinationMipIndex, int32 InNumRelevantMips)
 
int32 UE::Landscape::Private::ComputeMipToMipMaxDeltasCount (int32 InNumRelevantMips)
 
FLandscapeComponent2DIndexer UE::Landscape::Private::CreateLandscapeComponent2DIndexer (const ULandscapeInfo *InInfo)
 
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)
 

Variables

const size_t ChannelOffsets [4]
 

Variable Documentation

◆ ChannelOffsets

const size_t ChannelOffsets[4]
extern