Navigation
API > API/Plugins > API/Plugins/WorldPartitionHLODUtilities
| Name | UHLODBuilderMeshMergeSettings |
| Type | class |
| Header File | /Engine/Plugins/Editor/WorldPartitionHLODUtilities/Source/Public/WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h |
| Include Path | #include "WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class UHLODBuilderMeshMergeSettings : public UHLODBuilderSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UHLODBuilderSettings → UHLODBuilderMeshMergeSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UHLODBuilderMeshMergeSettings
(
const FObjectInitializer& ObjectInitializer |
WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HLODMaterial | TObjectPtr< UMaterialInterface > | Material that will be used by the generated HLOD static mesh | WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h |
|
| MeshMergeSettings | FMeshMergingSettings | Merged mesh generation settings | WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ComputeHLODHash
(
FHLODHashBuilder& InHashBuilder |
WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h | ||
virtual bool IsReusingSourceMaterials () |
Merge mesh will only reuse the source materials when not merging the materials. | WorldPartition/HLOD/Builders/HLODBuilderMeshMerge.h |