Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
This function is used to create hierarchical LOD for the level. You can decide to opt out if you don't want.
| Name | ShouldGenerateAutoLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual const bool ShouldGenerateAutoLOD
(
const int32 HierarchicalLevelIndex
) const