IHierarchicalLODUtilities::GetLODLevelForScreenSize

Computes the LODLevel for a StaticMeshComponent taking into account the ScreenSize

Unreal Engine C++ API Reference > Developer > HierarchicalLODUtilities > IHierarchicalLODUtilities

  • IHierarchicalLODUtilities::GetLODLevelForScreenSize()

References

   
Module HierarchicalLODUtilities
Header /Engine/Source/Developer/HierarchicalLODUtilities/Public/IHierarchicalLODUtilities.h
Include #include "IHierarchicalLODUtilities.h"
int32 GetLODLevelForScreenSize
(
    const [UStaticMeshComponent](API\Runtime\Engine\Components\UStaticMeshComponent) * StaticMeshComponent,
    const float ScreenSize
)

Remarks

Computes the LODLevel for a StaticMeshComponent taking into account the ScreenSize


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library