Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeBrushParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LandscapeBlueprintBrushBase.h | |||
FLandscapeBrushParameters
(
bool bInIsHeightmapMerge, |
LandscapeBlueprintBrushBase.h |
FLandscapeBrushParameters()
| Name | FLandscapeBrushParameters |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeBlueprintBrushBase.h |
| Include Path | #include "LandscapeBlueprintBrushBase.h" |
FLandscapeBrushParameters()
FLandscapeBrushParameters(bool, const FTransform &, const FIntPoint &, UTextureRenderTarget2D *, const FName &)
| Name | FLandscapeBrushParameters |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeBlueprintBrushBase.h |
| Include Path | #include "LandscapeBlueprintBrushBase.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeBlueprintBrushBase.cpp |
FLandscapeBrushParameters
(
bool bInIsHeightmapMerge,
const FTransform & InRenderAreaWorldTransform,
const FIntPoint & InRenderAreaSize,
UTextureRenderTarget2D * InCombinedResult,
const FName & InWeightmapLayerName
)