EWeightmapRTType

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/Landscape.h

Include

#include "Landscape.h"

Syntax

enum EWeightmapRTType
{
    WeightmapRT_Scratch_RGBA,
    WeightmapRT_Scratch1,
    WeightmapRT_Scratch2,
    WeightmapRT_Scratch3,
    WeightmapRT_Mip0,
    WeightmapRT_Mip1,
    WeightmapRT_Mip2,
    WeightmapRT_Mip3,
    WeightmapRT_Mip4,
    WeightmapRT_Mip5,
    WeightmapRT_Mip6,
    WeightmapRT_Mip7,
    WeightmapRT_Count,
}

Values

Name

Description

WeightmapRT_Scratch_RGBA

WeightmapRT_Scratch1

WeightmapRT_Scratch2

WeightmapRT_Scratch3

WeightmapRT_Mip0

Mips RT.

WeightmapRT_Mip1

WeightmapRT_Mip2

WeightmapRT_Mip3

WeightmapRT_Mip4

WeightmapRT_Mip5

WeightmapRT_Mip6

WeightmapRT_Mip7

WeightmapRT_Count

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