Navigation
API > API/Editor > API/Editor/LandscapeEditor
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h |
| Include | #include "LandscapeToolInterface.h" |
Syntax
class FLandscapeBrushData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FIntRect | Bounds | ||
| TArray< float > | BrushAlpha |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeBrushData
(
FIntRect InBounds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIntRect | GetBounds () |
||
| float * | GetDataPtr
(
FIntPoint Position |
||
| const float * | GetDataPtr
(
FIntPoint Position |
||
| void | GetInclusiveBounds
(
int32& X1, |
For compatibility with older landscape code that uses inclusive bounds in 4 int32s. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |