Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
Syntax
struct FExcludeBox
Remarks
This wrapper is needed to filter out exclude boxes that are completely inside of another exclude box.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Box |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExcludeBox () |
|||
FExcludeBox
(
const FBox& InBox |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FExcludeBox& Other |