Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
EHeightmapRTType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Landscape/Classes/Landscape.h |
| Include Path |
#include "Landscape.h" |
Syntax
enum EHeightmapRTType
{
HeightmapRT_CombinedAtlas,
HeightmapRT_CombinedNonAtlas,
HeightmapRT_Scratch1,
HeightmapRT_Scratch2,
HeightmapRT_Scratch3,
HeightmapRT_Mip1,
HeightmapRT_Mip2,
HeightmapRT_Mip3,
HeightmapRT_Mip4,
HeightmapRT_Mip5,
HeightmapRT_Mip6,
HeightmapRT_Mip7,
HeightmapRT_Count,
}
Values
| Name |
Remarks |
| HeightmapRT_CombinedAtlas |
|
| HeightmapRT_CombinedNonAtlas |
|
| HeightmapRT_Scratch1 |
|
| HeightmapRT_Scratch2 |
|
| HeightmapRT_Scratch3 |
|
| HeightmapRT_Mip1 |
Mips RT. |
| HeightmapRT_Mip2 |
|
| HeightmapRT_Mip3 |
|
| HeightmapRT_Mip4 |
|
| HeightmapRT_Mip5 |
|
| HeightmapRT_Mip6 |
|
| HeightmapRT_Mip7 |
|
| HeightmapRT_Count |
|