BlueprintAPI > BlueprintAPI/Landscape > BlueprintAPI/Landscape/Editor
Gets the landscape paint layer weight value at the given position using LandscapeLayerInfo . Returns 0 in case it fails.
Target is Landscape Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| vector | In Location | |
| object | Paint Layer |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value | Gets the landscape paint layer weight value at the given position using LandscapeLayerInfo . Returns 0 in case it fails. |