Navigation
API > API/Developer > API/Developer/HierarchicalLODUtilities > API/Developer/HierarchicalLODUtilities/IHierarchicalLODUtilities
Description
Cleans any standalone flags for meshes, textures and materials. This ensures that they get garbage collected when not referenced any more.
Derived Overrides
| Name | CleanStandaloneAssetsInPackage |
| Type | function |
| Header File | /Engine/Source/Developer/HierarchicalLODUtilities/Public/IHierarchicalLODUtilities.h |
| Include Path | #include "IHierarchicalLODUtilities.h" |
void CleanStandaloneAssetsInPackage
(
UPackage * InPackage
)
Parameters
| Name | Remarks |
|---|---|
| InPackage | The HLOD package to clean |