Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IWorldPartitionHLODUtilities
Description
Create the HLOD builder settings for the provided HLOD layer object. The type of settings created will depend on the HLOD layer type.
| Name | CreateHLODBuilderSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/HLOD/IWorldPartitionHLODUtilities.h |
| Include Path | #include "WorldPartition/HLOD/IWorldPartitionHLODUtilities.h" |
UHLODBuilderSettings * CreateHLODBuilderSettings
(
UHLODLayer * InHLODLayer
)
A newly created UHLODBuilderSettings object, outered to the provided HLOD layer.
Parameters
| Name | Remarks |
|---|---|
| InHLODLayer | The HLOD layer for which we'll create a setting object |