UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLandscapeBrushParameters Struct Reference

#include <LandscapeBlueprintBrushBase.h>

Public Member Functions

 FLandscapeBrushParameters ()=default
 
 FLandscapeBrushParameters (bool bInIsHeightmapMerge, const FTransform &InRenderAreaWorldTransform, const FIntPoint &InRenderAreaSize, UTextureRenderTarget2D *InCombinedResult, const FName &InWeightmapLayerName=FName())
 

Public Attributes

FTransform RenderAreaWorldTransform
 
FIntPoint RenderAreaSize = FIntPoint(MAX_int32, MAX_int32)
 
TObjectPtr< UTextureRenderTarget2DCombinedResult
 
ELandscapeToolTargetType LayerType = ELandscapeToolTargetType::Invalid
 
FName WeightmapLayerName
 

Constructor & Destructor Documentation

◆ FLandscapeBrushParameters() [1/2]

FLandscapeBrushParameters::FLandscapeBrushParameters ( )
default

◆ FLandscapeBrushParameters() [2/2]

FLandscapeBrushParameters::FLandscapeBrushParameters ( bool  bInIsHeightmapMerge,
const FTransform InRenderAreaWorldTransform,
const FIntPoint InRenderAreaSize,
UTextureRenderTarget2D InCombinedResult,
const FName InWeightmapLayerName = FName() 
)

Member Data Documentation

◆ CombinedResult

TObjectPtr<UTextureRenderTarget2D> FLandscapeBrushParameters::CombinedResult

◆ LayerType

ELandscapeToolTargetType FLandscapeBrushParameters::LayerType = ELandscapeToolTargetType::Invalid

◆ RenderAreaSize

FIntPoint FLandscapeBrushParameters::RenderAreaSize = FIntPoint(MAX_int32, MAX_int32)

◆ RenderAreaWorldTransform

FTransform FLandscapeBrushParameters::RenderAreaWorldTransform

◆ WeightmapLayerName

FName FLandscapeBrushParameters::WeightmapLayerName

The documentation for this struct was generated from the following files: