Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Description
Creates a Texture2D for use by this landscape proxy or one of its components. If OptionalOverrideOuter is not specified, the proxy is used.
| Name | CreateLandscapeTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
UTexture2D * CreateLandscapeTexture
(
int32 InSizeX,
int32 InSizeY,
TextureGroup InLODGroup,
ETextureSourceFormat InFormat,
UObject * OptionalOverrideOuter,
bool bCompress,
bool bMipChain
) const