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