FHLODInstancingKey

Mesh/Material pair used as a key to insert/retrieve instances in the LODActor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h

Include

#include "Engine/LODActor.h"

Syntax

struct FHLODInstancingKey

Remarks

Mesh/Material pair used as a key to insert/retrieve instances in the LODActor.

Variables

Name Description

Public variable

const UMaterial...

 

Material

Public variable

const UStaticMe...

 

StaticMesh

Constructors

Name Description

Public function

FHLODInstancingKey()

Public function

FHLODInstancingKey

(
    const UStaticMesh* InStaticMes...,
    const UMaterialInterface* InMa...
)

Functions

Name Description

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FHLODInstancingKey& 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