Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
Syntax
struct FLandscapeVertexRef
Remarks
Used to uniquely reference a landscape vertex in a component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 8 | SubX | ||
| uint32: 8 | SubY | ||
| uint32: 8 | X | ||
| uint32: 8 | Y |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeVertexRef
(
int16 InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetVertexIndex
(
FLandscapeVertexRef Vert, |
Helper to provide a standard ordering for vertex arrays. |