Navigation
API > API/Editor > API/Editor/LandscapeEditor
Inheritance Hierarchy
- FGCObject
- FLandscapeBrush
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h |
| Include | #include "LandscapeToolInterface.h" |
Syntax
class FLandscapeBrush : public FGCObject
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLandscapeBrushData | ApplyBrush
(
const TArray< FLandscapeToolInteractorPosition >& InteractorPositions |
||
| void | BeginStroke
(
float LandscapeX, |
||
| void | EndStroke () |
||
| void | EnterBrush () |
||
| UMaterialInterface * | |||
| const TCHAR * | GetBrushName () |
||
| ELandscapeBrushType | GetBrushType () |
||
| FText | |||
| TOptional< FVector2D > | |||
| TOptional< bool > | InputKey
(
FEditorViewportClient* InViewportClient, |
||
| void | LeaveBrush () |
||
| void | MouseMove
(
float LandscapeX, |
||
| void | Tick
(
FEditorViewportClient* ViewportClient, |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |