ESyncOption

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss