Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
FLandscapeComponentMaterialOverride |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path |
#include "LandscapeComponent.h" |
Syntax
USTRUCT (NotBlueprintable, Meta=(Deprecated="5.1"))
struct FLandscapeComponentMaterialOverride
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LODIndex |
FPerPlatformInt |
|
LandscapeComponent.h |
- EditAnywhere
- Category=LandscapeComponent
- Meta=(UIMin=0, UIMax=8, ClampMin=0, ClampMax=8)
|
| Material |
TObjectPtr< UMaterialInterface > |
|
LandscapeComponent.h |
- EditAnywhere
- Category=LandscapeComponent
|