Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ESyncOption |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/LODSyncComponent.h |
| Include Path |
#include "Components/LODSyncComponent.h" |
Syntax
enum ESyncOption
{
Drive,
Passive,
Disabled,
}
Values
| Name |
Remarks |
| 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 |