Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ADEPRECATED_LandscapePatchManage-
Description
Adds the brush to the given landscape, removing it from any previous one. This differs from SetOwningLandscape in that SetOwningLandscape is called by the landscape itself from AddBrushToLayer to update the manager.
| Name | SetTargetLandscape |
| Type | function |
| Header File | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapePatchManager.h |
| Include Path | #include "LandscapePatchManager.h" |
| Source | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Private/LandscapePatchManager.cpp |
UFUNCTION (BlueprintCallable, Category=LandscapeManager,
Meta=(DeprecatedFunction, DeprecationMessage="Patch manager is deprecated and replaced by Landscape Patch Edit Layer."))
virtual void SetTargetLandscape
(
ALandscape * InOwningLandscape
)