Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeBlueprintBrushBase.h |
| Include | #include "LandscapeBlueprintBrushBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FLandscapeBrushParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTextureRenderTarget2D > | CombinedResult | ||
| ELandscapeToolTargetType | LayerType | ||
| FIntPoint | RenderAreaSize | ||
| FTransform | RenderAreaWorldTransform | ||
| FName | WeightmapLayerName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeBrushParameters
(
const ELandscapeToolTargetType& InLayerType, |
|||
FLandscapeBrushParameters
(
bool bInIsHeightmapMerge, |