FMeshLODKey

Structure representing a mesh and lod index

Windows
MacOS
Linux

References

Module

MeshMergeUtilities

Header

/Engine/Source/Developer/MeshMergeUtilities/Public/MeshMergeDataTracker.h

Include

#include "MeshMergeDataTracker.h"

Syntax

struct FMeshLODKey

Remarks

Structure representing a mesh and lod index

Variables

Name Description

Protected variable

uint32

 

CombinedKey

Protected variable

UStaticMesh ...

 

Mesh

Protected variable

uint32

 

VertexColorHash

Constructors

Name Description

Public function

FMeshLODKey

(
    uint32 InCombinedKey
)

Public function

FMeshLODKey

(
    int32 MeshIndex,
    int32 LODIndex,
    UStaticMesh* InMesh
)

Functions

Operators

Name Description

Public function

bool

 

operator==

(
    const FMeshLODKey& Other
)

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