UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LandscapeDataAccess Namespace Reference

Functions

FORCEINLINE float GetLocalHeight (uint16 Height)
 
FORCEINLINE uint16 GetTexHeight (float Height)
 
FORCEINLINE FColor PackHeight (uint16 Height)
 
FORCEINLINE float UnpackHeight (const FColor &InHeightmapSample)
 
FORCEINLINE FVector UnpackNormal (const FColor &InHeightmapSample)
 

Variables

constexpr int32 MaxValue = 65535
 
constexpr float MidValue = 32768.f
 

Function Documentation

◆ GetLocalHeight()

FORCEINLINE float LandscapeDataAccess::GetLocalHeight ( uint16  Height)

◆ GetTexHeight()

FORCEINLINE uint16 LandscapeDataAccess::GetTexHeight ( float  Height)

◆ PackHeight()

FORCEINLINE FColor LandscapeDataAccess::PackHeight ( uint16  Height)

◆ UnpackHeight()

FORCEINLINE float LandscapeDataAccess::UnpackHeight ( const FColor InHeightmapSample)

◆ UnpackNormal()

FORCEINLINE FVector LandscapeDataAccess::UnpackNormal ( const FColor InHeightmapSample)

Variable Documentation

◆ MaxValue

constexpr int32 LandscapeDataAccess::MaxValue = 65535
inlineconstexpr

◆ MidValue

constexpr float LandscapeDataAccess::MidValue = 32768.f
inlineconstexpr