Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- TLinkedListBase
- TIntrusiveLinkedList
- FLandscapeSectionInfo
- FLandscapeComponentSceneProxy
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeRender.h |
| Include | #include "LandscapeRender.h" |
Syntax
class FLandscapeSectionInfo : public TIntrusiveLinkedList< FLandscapeSectionInfo >
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRegistered | ||
| bool | bResourcesCreated | ||
| FIntPoint | ComponentBase | ||
| uint32 | LandscapeKey | ||
| uint32 | LODGroupKey | ||
| FIntPoint | RenderCoord |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeSectionInfo
(
const UWorld* InWorld, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | |||
| float | ComputeLODForView
(
const FSceneView& InView |
||
| double | Computes the worldspace units per vertex of the landscape section. | ||
| int32 | Return the resolution of a component, in vertices (-1 for any sections that are not grid based, i.e. mesh sections) | ||
| void | GetSectionBoundsAndLocalToWorld
(
FBoxSphereBounds& LocalBounds, |
||
| int32 | |||
| void | Used to notify derived classes when render coords are calculated |