Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ILODSyncInterface
Description
Returns the renderable's desired LOD as a 0-based index.
If LOD streaming is enabled, the desired LOD returned from this function is not guaranteed to be available (i.e. loaded). Call GetBestAvailableLOD to find out which LODs are available.
Returns INDEX_NONE if the desired LOD is not known, e.g. if there's no mesh set on the component. In this case, the LOD Sync Component won't take this component's desired LOD into account, but will still set a forced LOD on it in case it does get rendered.
Derived Overrides
| Name | GetDesiredSyncLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LODSyncInterface.h |
| Include Path | #include "LODSyncInterface.h" |
int32 GetDesiredSyncLOD() const