ALandscapeProxy::Import

Import the given Height/Weight data into this landscape

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h

Include

#include "LandscapeProxy.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp

Syntax

void Import
(
    const FGuid & InGuid,
    int32 InMinX,
    int32 InMinY,
    int32 InMaxX,
    int32 InMaxY,
    int32 InNumSubsections,
    int32 InSubsectionSizeQuads,
    const TMap< FGuid, TArray< uint16 >> & InImportHeightData,
    const TCHAR *const InHeightmapFileName,
    const TMap< FGuid, TArray< FLandscapeImportLayerInfo >> & InImportMaterialLayerInfos,
    ELandscapeImportAlphamapType InImportMaterialLayerType,
    const TArray< struct FLandscapeLayer > * InImportLayers
)

Remarks

Import the given Height/Weight data into this landscape

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss