Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h |
| Include | #include "Rendering/SkeletalMeshLODImporterData.h" |
Syntax
struct FIndexAndZ
Remarks
Helper struct for building acceleration structures.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | ||
| float | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIndexAndZ () |
Default constructor. | ||
FIndexAndZ
(
int32 InIndex, |
Initialization constructor. |