ALandscapeProxy::CreateLandscapeTexture

Creates a Texture2D for use by this landscape proxy or one of it's components.

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

UTexture2D * CreateLandscapeTexture
(
    int32 InSizeX,
    int32 InSizeY,
    TextureGroup InLODGroup,
    ETextureSourceFormat InFormat,
    UObject * OptionalOverrideOuter,
    bool bCompress
) const

Remarks

Creates a Texture2D for use by this landscape proxy or one of it's components. If OptionalOverrideOuter is not specified, the proxy is used.

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