![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MeshUtilitiesCommon.h>
Public Member Functions | |
| FIndexAndZ () | |
| FIndexAndZ (int32 InIndex, FVector3f V) | |
Public Attributes | |
| float | Z |
| int32 | Index |
Helper struct for building acceleration structures.
|
inline |
Default constructor.
| int32 FIndexAndZ::Index |
| float FIndexAndZ::Z |