Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LODSyncComponent.h |
| Include | #include "Components/LODSyncComponent.h" |
Syntax
enum ESyncOption
{
Drive,
Passive,
Disabled,
}
Values
| Name | Description |
|---|---|
| Drive | Drive LOD from this component. It will contribute to the change of LOD |
| Passive | It follows what's currently driven by other components. It doesn't contribute to the change of LOD |
| Disabled | It is disabled, it doesn't do anything |