FLandscapeVertexRef

Used to uniquely reference a landscape vertex in a component.

Windows
MacOS
Linux

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

Name Description

Public variable

uint32: 8

 

SubX

Public variable

uint32: 8

 

SubY

Public variable

uint32: 8

 

X

Public variable

uint32: 8

 

Y

Constructors

Name Description

Public function

FLandscapeVertexRef

(
    int16 InX,
    int16 InY,
    int8 InSubX,
    int8 InSubY
)

Functions

Name Description

Public function Static

int32

 

GetVertexIndex

(
    FLandscapeVertexRef Vert,
    int32 SubsectionCount,
    int32 SubsectionVerts
)

Helper to provide a standard ordering for vertex arrays.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss