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

Public Member Functions

 FIndexAndZ ()
 
 FIndexAndZ (int32 InIndex, const FVector3f &V)
 

Public Attributes

float Z
 
int32 Index
 
const FVector3fOriginalVector
 

Constructor & Destructor Documentation

◆ FIndexAndZ() [1/2]

MeshDescriptionOperationNamespace::FIndexAndZ::FIndexAndZ ( )
inline

Default constructor.

◆ FIndexAndZ() [2/2]

MeshDescriptionOperationNamespace::FIndexAndZ::FIndexAndZ ( int32  InIndex,
const FVector3f V 
)
inline

Initialization constructor.

Member Data Documentation

◆ Index

int32 MeshDescriptionOperationNamespace::FIndexAndZ::Index

◆ OriginalVector

const FVector3f* MeshDescriptionOperationNamespace::FIndexAndZ::OriginalVector

◆ Z

float MeshDescriptionOperationNamespace::FIndexAndZ::Z

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