Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ALandscapePatchManager
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/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapePatchManager.h |
| Include Path | #include "LandscapePatchManager.h" |
| Source | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Private/LandscapePatchManager.cpp |
UFUNCTION (BlueprintCallable, Category=LandscapeManager)
virtual void SetTargetLandscape
(
ALandscape * InOwningLandscape
)