ALandscapeProxy::CreateLandscapeToolTexture

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

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 * CreateLandscapeToolTexture
(
    int32 InSizeX,
    int32 InSizeY,
    TextureGroup InLODGroup,
    ETextureSourceFormat InFormat
) const

Remarks

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

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