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