Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULODSyncComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LODSyncComponent.h |
| Include | #include "Components/LODSyncComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LODSyncComponent.cpp |
void UpdateLOD()
Remarks
Set the LOD of each synced component.
This is called from TickComponent, so there's no need to call it manually. It's exposed here for testing purposes.