UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLandscapeVertexRef Struct Reference

#include <LandscapeComponent.h>

Public Member Functions

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

Static Public Member Functions

static int32 GetVertexIndex (FLandscapeVertexRef Vert, int32 SubsectionCount, int32 SubsectionVerts)
 

Public Attributes

uint32 X: 8
 
uint32 Y: 8
 
uint32 SubX: 8
 
uint32 SubY: 8
 

Constructor & Destructor Documentation

◆ FLandscapeVertexRef()

FLandscapeVertexRef::FLandscapeVertexRef ( int16  InX,
int16  InY,
int8  InSubX,
int8  InSubY 
)
inline

Member Function Documentation

◆ GetVertexIndex()

static int32 FLandscapeVertexRef::GetVertexIndex ( FLandscapeVertexRef  Vert,
int32  SubsectionCount,
int32  SubsectionVerts 
)
inlinestatic

Helper to provide a standard ordering for vertex arrays.

Member Data Documentation

◆ SubX

uint32 FLandscapeVertexRef::SubX

◆ SubY

uint32 FLandscapeVertexRef::SubY

◆ X

uint32 FLandscapeVertexRef::X

◆ Y

uint32 FLandscapeVertexRef::Y

The documentation for this struct was generated from the following file: