Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLOD
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLOD/HLODProxyMesh.h |
| Include | #include "HLOD/HLODProxyMesh.h" |
Syntax
struct FHLODProxyMesh
Remarks
A mesh proxy entry
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHLODProxyMesh
(
UStaticMesh* InStaticMesh, |
|||
FHLODProxyMesh
(
ALODActor* InLODActor, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetKey () |
Get the key for this proxy mesh | |
| const TLazyObjectPtr< ALODActor > & | GetLODActor () |
Get the actor for this proxy mesh | |
| const UStaticMesh * | Get the mesh for this proxy mesh |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHLODProxyMesh& InHLODProxyMesh |