UE-18498 HLOD: Add functionality for choosing appropriate LOD from source StaticMesh when creating HLOD meshes
Fix for empty LOD actor not getting removed
Added context menu entry to remove SMA node from cluster and exclude from cluster generation in the future (setting the Auto LODGeneration flag on the actor to true)
Added feedback to Outliner when a Cluster contains less actors than the value of ôMin Number of Actors to buildö for the HLOD level it is in
Added option to create HLOD volume containing the selected clusters actors, for persistent changes in clustering generation
Added experimental slider for forcing the view Hierarchical LOD level
[CL 2665844 by Jurre deBaare in Main branch]
Fixed: World composition layers can be named the same UE-18678
Fixed: Level Details summon world composition tooltip is incorrect UE-18674
Added progress dialog to Actor Merging tool
[CL 2625493 by Dmitriy Dyomin in Main branch]
ADDED UE-14356 HLOD: Print user friendly message if you try build and meshes don't have have LODs
ADDED MergeStaticMeshComponets to MeshUtilities needed for next CHANGE
ADDED HLOD preview build step for maps, this only builds the clusters for previewing the settings
ADDED SphereComponent now takes into account min and max drawing distances
ADDED Global forward declares and removed local ones from HierarchicalLOD.h
ADDED Visualization to LODActor class, uses USphereComponent to render its bounds
ADDED IsPreviewActor flag to LODActor class, if true during cluster generation DrawSphereComponents bounds will be used instead of LODActor's
ADDED vertex duplication removal on import
ADDED vertex/index buffer cache optimization on import
CHANGED World.h now forward declares HierarchicalLODBuilder to minimize (re)compile time
CHANGED While building/merging actors HLOD system now takes the orginal staticmesh from previously merged LODActors, this to enable retrieving the correct LOD per mesh (related to UE-15398)
CHANGED HLOD Cluster generation process, now takes into account HierarchicalLODVolumes to exclude actors from cluster generation
CHANGED Renamed CalculateRawMeshTangents to ExtractMeshDataForGeometryCache
FIXED Crash where a nullptr actor was added to actors list for > LOD0 clusters
FIXED Bound creation for actor within a cluster used FVector.Size(), now used FVector.AbsMax()
MOVED FLODCLuster structure into seperate header and cpp file
[CL 2617884 by Jurre DeBaare in Main branch]
ADDED Support for importing GeometryCache assets from Alembic files
ADDED CalculateRawMeshTangets function that only calculates the tangents without building the RawMesh
[CL 2591762 by Jurre DeBaare in Main branch]
Increase limit on maximum size of index buffer sections to cache optimize
#codereview Brian.Karis
--------
Integrated using branch UE4-To-UE4-Orion (reversed) of change#2548128 by Marcus.Wassmer on 2015/05/12 18:35:46.
[CL 2590837 by David Ratti in Main branch]