LandscapeEditor

Windows
MacOS
Linux

Classes

Enums

Functions

Name Description

Public function

ELandscapeTo...

 

ELandscapeToolTargetTypeMask::FromType

(
    ELandscapeToolTargetType::Type Targ...
)

Public function

TArray< T >

 

LandscapeEditorUtils::ExpandData

(
    const TArray< T >& Data,
    int32 OldMinX,
    int32 OldMinY,
    int32 OldMaxX,
    int32 OldMaxY,
    int32 NewMinX,
    int32 NewMinY,
    int32 NewMaxX,
    int32 NewMaxY
)

Public function

void

 

LandscapeEditorUtils::ExpandData

(
    T* OutData,
    const T* InData,
    int32 OldMinX,
    int32 OldMinY,
    int32 OldMaxX,
    int32 OldMaxY,
    int32 NewMinX,
    int32 NewMinY,
    int32 NewMaxX,
    int32 NewMaxY
)

Public function

TArray< T >

 

LandscapeEditorUtils::ResampleData

(
    const TArray< T >& Data,
    int32 OldWidth,
    int32 OldHeight,
    int32 NewWidth,
    int32 NewHeight
)

Public function

bool

 

LandscapeEditorUtils::SetHeightmapData

(
    ALandscapeProxy* Landscape,
    const TArray< uint16 >& Data
)

Public function

bool

 

LandscapeEditorUtils::SetWeightmapData

(
    ALandscapeProxy* Landscape,
    ULandscapeLayerInfoObject* Lay...,
    const TArray< uint8 >& Data
)

Public function

float

 

NoiseModeConversion

(
    ELandscapeToolNoiseMode Mode,
    float NoiseAmount,
    float OriginalValue
)

Public function

bool

 

operator!=

(
    const FLandscapeFileResolution& Lh...,
    const FLandscapeFileResolution& Rh...
)

Public function

bool

 

operator==

(
    const FLandscapeFileResolution& Lh...,
    const FLandscapeFileResolution& Rh...
)

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