Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
Syntax
class FInputWorldArea
Remarks
Describes the input area needed for a given edit layer renderer's render item: this allows to infer the dependency between each component being rendered and the components it depends on
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBox | ComputeWorldAreaAABB
(
const FTransform& InLandscapeTransform, |
||
| FOOBox2D | ComputeWorldAreaOOBB
(
const FTransform& InLandscapeTransform, |
||
| FInputWorldArea | |||
| FInputWorldArea | CreateLocalComponent
(
const FIntRect& InLocalArea |
||
| FInputWorldArea | CreateOOBox
(
const FOOBox2D& InOOBox |
||
| FInputWorldArea | CreateSpecificComponent
(
const FIntPoint& InComponentKey, |
||
| FIntRect | GetLocalComponentKeys
(
const FIntPoint& InComponentKey |
In the EType::LocalComponent case, returns the component's coordinates and the local area around it (inclusive bounds) | |
| const FOOBox2D & | GetOOBox () |
In the EType::OOBox case, returns the OOBox | |
| FIntRect | In the EType::SpecificComponent case, returns the component's coordinates and the local area around it (inclusive bounds) | ||
| EType | GetType () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |