Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeTextureStorageProvider.h |
| Include | #include "LandscapeTextureStorageProvider.h" |
Syntax
struct FLandscapeTexture2DMipMap
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompressed | Whether the bulk data is compressed or not | |
| FByteBulkData | BulkData | ||
| int32 | SizeX | Width of the mip-map. | |
| int32 | SizeY | Height of the mip-map. |