Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ULandscapePatchComponent
Description
Allows the patch to be disabled, so that it no longer affects the landscape. This can be useful when deleting the patch is undesirable, usually when the disabling is temporary.
| Name | SetIsEnabled |
| Type | function |
| Header File | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapePatchComponent.h |
| Include Path | #include "LandscapePatchComponent.h" |
| Source | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Private/LandscapePatchComponent.cpp |
UFUNCTION (BlueprintCallable, Category="LandscapePatch")
void SetIsEnabled
(
bool bEnabledIn
)