Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULandscapeLayerInfoObject
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeLayerInfoObject.h |
| Include | #include "LandscapeLayerInfoObject.h" |
Syntax
class ULandscapeLayerInfoObject : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bNoWeightBlend | ||
| float | Hardness | ||
| bool | IsReferencedFromLoadedData | ||
| FName | LayerName | ||
| FLinearColor | LayerUsageDebugColor | The color to use for layer usage debug | |
| float | MinimumCollisionRelevanceWeight | The minimum weight that needs to be painted for that layer to be picked up as the dominant physical layer | |
| TObjectPtr< UPhysicalMaterial > | PhysMaterial | ||
| float | SplineFalloffModulationBias | ||
| ESplineModulationColorMask | SplineFalloffModulationColorMask | ||
| float | SplineFalloffModulationScale | ||
| TObjectPtr< UTexture2D > | SplineFalloffModulationTexture | Texture to modulate the Splines Falloff Layer Alpha | |
| float | SplineFalloffModulationTiling |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULandscapeLayerInfoObject
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostEditUndo () |
Called after applying a transaction to the object. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |