FIndexAndZ

Helper struct for building acceleration structures.

Windows
MacOS
Linux

References

Module

MeshUtilitiesCommon

Header

/Engine/Source/Runtime/MeshUtilitiesCommon/Public/MeshUtilitiesCommon.h

Include

#include "MeshUtilitiesCommon.h"

Syntax

struct FIndexAndZ

Remarks

Helper struct for building acceleration structures.

Variables

Name Description

Public variable

int32

 

Index

Public variable

float

 

Z

Constructors

Name Description

Public function

FIndexAndZ()

Default constructor.

Public function

FIndexAndZ

(
    int32 InIndex,
    FVector V
)

Initialization constructor.

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