Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Description
Unregisters a previously-registered exclusion box. Landscape grass will be able to be spawned again in this area after the operation
| Name | RemoveExclusionBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp |
static void RemoveExclusionBox
(
FWeakObjectPtr Owner
)
Parameters
| Name | Remarks |
|---|---|
| Owner | Identifier of the box to remove (see AddExclusionBox) |