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

#include <MeshUtilitiesCommon.h>

Public Member Functions

 FIndexAndZ ()
 
 FIndexAndZ (int32 InIndex, FVector3f V)
 

Public Attributes

float Z
 
int32 Index
 

Detailed Description

Helper struct for building acceleration structures.

Constructor & Destructor Documentation

◆ FIndexAndZ() [1/2]

FIndexAndZ::FIndexAndZ ( )
inline

Default constructor.

◆ FIndexAndZ() [2/2]

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

Initialization constructor.

Member Data Documentation

◆ Index

int32 FIndexAndZ::Index

◆ Z

float FIndexAndZ::Z

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