Go to the source code of this file.
|
| enum class | ELandscapeImportAlphamapType : uint8 { Additive
, Layered
} |
| |
| enum class | ELandscapeLayerPaintingRestriction : uint8 { UMETA =(DisplayName="None")
, UMETA =(DisplayName="Limit Layer Count")
, UMETA =(DisplayName="Existing Layers Only")
, UMETA =(DisplayName="Component Allow List")
} |
| |
| enum class | ELandscapeLayerDisplayMode : uint8 { Default
, Alphabetical
, UserSpecific
, ByBlendMethod
} |
| |
| enum class | ELandscapeHLODTextureSizePolicy : uint8 { AutomaticSize
, SpecificSize
} |
| |
| enum class | ELandscapeHLODMeshSourceLODPolicy : uint8 { AutomaticLOD
, SpecificLOD
, LowestDetailLOD
} |
| |
| enum | ELandscapeLODFalloff::Type : int { ELandscapeLODFalloff::UMETA =(DisplayName = "Linear")
, ELandscapeLODFalloff::UMETA =(DisplayName = "Linear")
} |
| |
◆ ELandscapeHLODMeshSourceLODPolicy
| Enumerator |
|---|
| AutomaticLOD | Automatic LOD selection, based on the expected HLOD draw distance and the landscape LOD Distribution settings.
|
| SpecificLOD | User specified landscape LOD.
|
| LowestDetailLOD | Use the lowest detailed LOD of this landscape.
|
◆ ELandscapeHLODTextureSizePolicy
| Enumerator |
|---|
| AutomaticSize | Automatic texture size, based on the expected HLOD draw distance and the landscape size.
|
| SpecificSize | User specified texture size.
|
◆ ELandscapeImportAlphamapType
| Enumerator |
|---|
| Additive | |
| Layered | |
◆ ELandscapeLayerDisplayMode
| Enumerator |
|---|
| Default | Material sorting display mode
|
| Alphabetical | Alphabetical sorting display mode
|
| UserSpecific | User specific sorting display mode
|
| ByBlendMethod | By blend type sorting display mode
|
◆ ELandscapeLayerPaintingRestriction
| Enumerator |
|---|
| UMETA | No restriction, can paint anywhere (default).
|
| UMETA | Uses the MaxPaintedLayersPerComponent setting from the LandscapeProxy.
|
| UMETA | Restricts painting to only components that already have this layer.
|
| UMETA | Restricts painting to only components that have this layer in their allow list.
|
◆ UE_DEPRECATED() [1/2]
◆ UE_DEPRECATED() [2/2]