UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LODSyncComponent.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "InputCoreTypes.h"
#include "Components/ActorComponent.h"
#include "Framework/Commands/InputChord.h"
#include "LODSyncComponent.generated.h"

Go to the source code of this file.

Classes

struct  FLODMappingData
 
struct  FComponentSync
 
class  ULODSyncComponent
 

Enumerations

enum class  ESyncOption : uint8 { Drive , Passive , Disabled }
 

Enumeration Type Documentation

◆ ESyncOption

enum class ESyncOption : uint8
strong
Enumerator
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